]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: debugfs: Print ext_csd in ascending order
authorVenkatraman S <svenkatr@ti.com>
Tue, 7 Aug 2012 13:59:06 +0000 (19:29 +0530)
committerChris Ball <cjb@laptop.org>
Tue, 4 Sep 2012 17:58:21 +0000 (13:58 -0400)
commit092e253150cf419adbac2ec1460ad3d44d03d02b
treed7c3bd46195d2252a15e1543e0129e30ca37020d
parent851ccb8784fe54d2622d06811b8023e434358dfb
mmc: debugfs: Print ext_csd in ascending order

ext_csd exported through debugfs is printed in reverse order (from
byte 511 to 0), which causes confusion.
Fix the for loop to print ext_csd in natural order.

Signed-off-by: Venkatraman S <svenkatr@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/core/debugfs.c