Re: [U-Boot] [PATCH 1/4] mmc: dw_mmc: Stop bounce buffer even in case of failure

2015-08-12 Thread Pantelis Antoniou
Hi Marek, > On Jul 27, 2015, at 23:39 , Marek Vasut wrote: > > 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. > > Si

[U-Boot] [PATCH 1/4] mmc: dw_mmc: Stop bounce buffer even in case of failure

2015-07-27 Thread Marek Vasut
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 Cc: Dinh Nguyen Cc: Pantelis Antoniou Cc: Tom Ri