aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/xen-netfront.c
diff options
context:
space:
mode:
authorGravatar Pan Bian <bianpan2016@163.com> 2016-12-04 18:43:31 +0800
committerGravatar David S. Miller <davem@davemloft.net> 2016-12-05 15:03:42 -0500
commit9a53682b340b97642793271ba095cc9531a7b649 (patch)
treef72523e98bfd2ae3bf01591ee6bf6d29d1c49e75 /drivers/net/xen-netfront.c
parentnet: bnx2x: fix improper return value (diff)
downloadlinux-9a53682b340b97642793271ba095cc9531a7b649.tar.gz
linux-9a53682b340b97642793271ba095cc9531a7b649.tar.bz2
linux-9a53682b340b97642793271ba095cc9531a7b649.zip
isdn: hisax: set error code on failure
In function hfc4s8s_probe(), the value of return variable err should be negative on failures. However, when the call to request_region() returns NULL, the value of err is 0. This patch fixes the bug, assigning "-EBUSY" to err on the path that request_region() fails. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=188931 Signed-off-by: Pan Bian <bianpan2016@163.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/xen-netfront.c')
0 files changed, 0 insertions, 0 deletions