commit | 6780162c0097915dbc4e8fc11af662a270093d85 | [log] [tgz] |
---|---|---|
author | Venkatraman S <svenkatr@ti.com> | Tue Aug 07 19:29:06 2012 +0530 |
committer | Chris Ball <cjb@laptop.org> | Tue Sep 04 13:58:21 2012 -0400 |
tree | d7c3bd46195d2252a15e1543e0129e30ca37020d | |
parent | 211d4fe580735bab850d31f9e4c0a62b47a38bb2 [diff] |
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>