2008-06-01 14:45:27

by Russell King - ARM Linux

[permalink] [raw]
Subject: Re: [PATCH 5/7] mmc: at91_mci: update bytes_xfered value once xfer done

On Fri, May 30, 2008 at 02:18:57PM +0200, Nicolas Ferre wrote:
> Modify bytes_xfered value after a write.
>
> That will report, as accurately as possible, the amount of
> sectors that are effectively written.
>
> This update introduces the check of the busy signal given by
> the card.
>
> Signed-off-by: Nicolas Ferre <[email protected]>

Doesn't this patch depend on patch 4? IOW, shouldn't you be correcting
this before you enable the features which require this to be accurate?