ARM: mmci: no need for separate host->data_xfered
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 27 Jan 2011 10:56:52 +0000 (10:56 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 4 Feb 2011 13:25:48 +0000 (13:25 +0000)
We don't need to store the number of bytes transferred in our host
structure - we can store this directly in data->bytes_xfered.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found