]> bbs.cooldavid.org Git - net-next-2.6.git/commit
zorro: Fix reading of proc/bus/zorro/* in small chunks
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 9 Jun 2010 09:24:32 +0000 (11:24 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 9 Aug 2010 19:14:08 +0000 (21:14 +0200)
commit2190a1e7705456c2298873b2547a6eb19b8e31ae
tree5af2f0231c592c63fdfbb99cf45af650edfcce15
parentd50ac468dd023db32c9455b2df56237caf601cbd
zorro: Fix reading of proc/bus/zorro/* in small chunks

proc_bus_zorro_read() didn't take into account the current file position,
hence it always read from the start of the ConfigDev.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
drivers/zorro/proc.c