From: Dan Carpenter Date: Wed, 2 Jun 2010 23:56:13 +0000 (+0000) Subject: isdn/kcapi: return -EFAULT on copy_from_user errors X-Git-Tag: v2.6.35-rc2~4^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60a5711db646b87b9530b16cbaf3bd53ac5594a5;p=pandora-kernel.git isdn/kcapi: return -EFAULT on copy_from_user errors copy_from_user() returns the number of bytes remaining but we should return -EFAULT here. The error code gets returned to the user. Both old_capi_manufacturer() and capi20_manufacturer() had other places that already returned -EFAULT so this won't break anything. Signed-off-by: Dan Carpenter Signed-off-by: David S. Miller --- Reading git-diff-tree failed