Skip to content
Commit be94bbb5 authored by Jan Blunck's avatar Jan Blunck Committed by David S. Miller
Browse files

drivers/sbus/char/flash.c: flash_read should update ppos instead of file->f_pos



flash_read() updates file->f_pos directly instead of the ppos given.  The
VFS later updates the file->f_pos and overwrites it with the unchanged
value of ppos.

Signed-off-by: default avatarJan Blunck <jblunck@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 667f0cee
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment