linux/net/can
Pavel Emelyanov 653252c230 net: Fix wrong interpretation of some copy_to_user() results.
I found some places, that erroneously return the value obtained from
the copy_to_user() call: if some amount of bytes were not able to get
to the user (this is what this one returns) the proper behavior is to
return the -EFAULT error, not that number itself.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-04-25 01:49:48 -07:00
..
af_can.c
af_can.h
bcm.c CAN: use hrtimers in can-bcm protocol 2008-04-15 19:29:14 -07:00
Kconfig
Makefile
proc.c
raw.c net: Fix wrong interpretation of some copy_to_user() results. 2008-04-25 01:49:48 -07:00