kernel-ark/drivers/ptp
Dan Carpenter e23ef227d1 ptp: Return -EFAULT on copy_to_user() errors
copy_to_user() returns the number of bytes remaining, but we want a
negative error code in ptp_ioctl.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: Richard Cochran <richard.cochran@omicron.at>
Signed-off-by: John Stultz <john.stultz@linaro.org>
2011-06-01 19:29:08 -07:00
..
Kconfig ptp: Added a clock driver for the National Semiconductor PHYTER. 2011-05-23 13:10:23 -07:00
Makefile ptp: Added a clock driver for the IXP46x. 2011-05-23 13:10:19 -07:00
ptp_chardev.c ptp: Return -EFAULT on copy_to_user() errors 2011-06-01 19:29:08 -07:00
ptp_clock.c
ptp_ixp46x.c ptp: Added a clock driver for the IXP46x. 2011-05-23 13:10:19 -07:00
ptp_private.h
ptp_sysfs.c