Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers/sbus/char/flash.c: flash_read should update ppos instead of f…
…ile->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: Jan Blunck <jblunck@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information