commit | 603b2f3a74412110b5bc515a0d75929f8651dc6c | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Mon Jul 27 22:39:36 2015 +0200 |
committer | Pantelis Antoniou <pantelis.antoniou@konsulko.com> | Tue Aug 11 20:43:34 2015 +0300 |
tree | 17ed63a3d50534c89153340c91d338fb610a8569 | |
parent | e2c1c5bae619d2e87505de99f907a26237640bc9 [diff] |
mmc: dw_mmc: Stop bounce buffer even in case of failure The driver didn't stop the bounce buffer in case a data transfer failed. This would lead to memory leakage if the communication between the CPU and the card is unreliable. Add the missing call to stop the bounce buffer. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Dinh Nguyen <dinguyen@opensource.altera.com> Cc: Pantelis Antoniou <panto@antoniou-consulting.com> Cc: Tom Rini <trini@konsulko.com>