Revision 25477f2398f39a35f110e02f6c7d8dd1023c47c1 authored by Dan Carpenter on 06 June 2010, 19:03:04 UTC, committed by Greg Kroah-Hartman on 30 June 2010, 15:18:14 UTC
copy_to_user() returns the number of bites remaining but we want to
return a negative error code here.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Sven Eckelmann <sven.eckelmann@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

1 parent f2102d3
History
File Mode Size
Kconfig -rw-r--r-- 3.1 KB
Makefile -rw-r--r-- 316 bytes
uio.c -rw-r--r-- 19.8 KB
uio_aec.c -rw-r--r-- 4.2 KB
uio_cif.c -rw-r--r-- 3.5 KB
uio_netx.c -rw-r--r-- 4.0 KB
uio_pci_generic.c -rw-r--r-- 5.7 KB
uio_pdrv.c -rw-r--r-- 2.5 KB
uio_pdrv_genirq.c -rw-r--r-- 6.4 KB
uio_sercos3.c -rw-r--r-- 6.4 KB

back to top