]> git.baikalelectronics.ru Git - kernel.git/commit
atmel-mci: Fix bogus debugfs file size
authorHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
Fri, 19 Sep 2008 19:09:29 +0000 (21:09 +0200)
committerPierre Ossman <drzeus@drzeus.cx>
Sat, 20 Sep 2008 10:12:09 +0000 (12:12 +0200)
commit694fb65b9162f7949bf0ec9dc2f06fdb75949b12
tree5d09b90b364de8d43f258397811aabd5a55f9893
parent7ef701405379c5233666cddd9525729596525553
atmel-mci: Fix bogus debugfs file size

We used to store a binary register snapshot in the "regs" file, so we
set the file size to be the size of this snapshot. This is no longer
valid since we switched to using seq_file.

Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/host/atmel-mci.c