diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2013-11-14 23:32:16 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-15 01:32:23 +0100 |
commit | a019e48cfbfb358786326db3dbc1c565b8f14a56 (patch) | |
tree | ecb17f9f9dde58a8da4b340129efabdece82dcc0 /lib/genalloc.c | |
parent | sound/core/memalloc.c: use gen_pool_dma_alloc() to allocate iram buffer (diff) | |
download | linux-a019e48cfbfb358786326db3dbc1c565b8f14a56.tar.xz linux-a019e48cfbfb358786326db3dbc1c565b8f14a56.zip |
kfifo: kfifo_copy_{to,from}_user: fix copied bytes calculation
'copied' and 'len' are in bytes, while 'ret' is in elements, so we need to
multiply 'ret' with the size of one element to get the correct result.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Cc: Stefani Seibold <stefani@seibold.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/genalloc.c')
0 files changed, 0 insertions, 0 deletions