Re: [PATCH 2/3] dw_mmc: Avoid adding the number of transmitted bytes twice

2013-03-22 Thread Chris Ball
Hi, On Tue, Mar 12 2013, Markos Chandras wrote: > Previously, it was possible to add either 0 bytes or add nbytes > twice if we broke out of the outer loop and then carry on to the > "done" label. This is now fixed by adding the transferred bytes > right after the pull/pop operation > >

Re: [PATCH 2/3] dw_mmc: Avoid adding the number of transmitted bytes twice

2013-03-22 Thread Chris Ball
Hi, On Tue, Mar 12 2013, Markos Chandras wrote: Previously, it was possible to add either 0 bytes or add nbytes twice if we broke out of the outer loop and then carry on to the done label. This is now fixed by adding the transferred bytes right after the pull/pop operation Signed-off-by:

[PATCH 2/3] dw_mmc: Avoid adding the number of transmitted bytes twice

2013-03-12 Thread Markos Chandras
Previously, it was possible to add either 0 bytes or add nbytes twice if we broke out of the outer loop and then carry on to the "done" label. This is now fixed by adding the transferred bytes right after the pull/pop operation Signed-off-by: Markos Chandras Cc: Seungwon Jeon Cc: Jaehoon Chung

[PATCH 2/3] dw_mmc: Avoid adding the number of transmitted bytes twice

2013-03-12 Thread Markos Chandras
Previously, it was possible to add either 0 bytes or add nbytes twice if we broke out of the outer loop and then carry on to the done label. This is now fixed by adding the transferred bytes right after the pull/pop operation Signed-off-by: Markos Chandras markos.chand...@imgtec.com Cc: Seungwon