dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/sep
Dan Carpenter 640f7dcfe0 Staging: sep: return -EFAULT on copy_to_user errors
copy_to_user() returns the number of bytes remaining but we want to
return a negative error code here.  These functions are used in the
ioctl handler and the error code gets returned to userspace.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-06-04 13:38:58 -07:00
..
Kconfig Staging: sep: SEP driver build breaks with CONFIG_PCI=n 2009-09-15 12:02:15 -07:00
Makefile Staging: sep: remove extra CFLAGS we don't use 2009-09-15 12:02:14 -07:00
TODO Staging: sep: Upstream revision 3 of the security processor kernel driver 2009-09-15 12:02:11 -07:00
sep_dev.h Staging: sep: kick out various fields we can prove are not needed 2009-09-15 12:02:15 -07:00
sep_driver.c Staging: sep: return -EFAULT on copy_to_user errors 2010-06-04 13:38:58 -07:00
sep_driver_api.h Staging: sep: tidy firmware load 2009-09-15 12:02:15 -07:00
sep_driver_config.h Staging: sep: various minor tidyups 2009-09-15 12:02:15 -07:00
sep_driver_hw_defs.h Staging: sep: indent pass 2009-09-15 12:02:12 -07:00