aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
diff options
context:
space:
mode:
authorPan Bian <bianpan2016@163.com>2017-10-30 16:50:01 +0800
committerDavid S. Miller <davem@davemloft.net>2017-11-01 12:17:44 +0900
commitd2083d0e92117598dd24ba270af12376f1fb8866 (patch)
tree9c4ad398f11b477dbf1d222a965201d3f23f0c11 /net/sched
parentnet: lapbether: fix double free (diff)
downloadlinux-dev-d2083d0e92117598dd24ba270af12376f1fb8866.tar.xz
linux-dev-d2083d0e92117598dd24ba270af12376f1fb8866.zip
net: hns: set correct return value
The function of_parse_phandle() returns a NULL pointer if it cannot resolve a phandle property to a device_node pointer. In function hns_nic_dev_probe(), its return value is passed to PTR_ERR to extract the error code. However, in this case, the extracted error code will always be zero, which is unexpected. Signed-off-by: Pan Bian <bianpan2016@163.com> Reviewed-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched')
0 files changed, 0 insertions, 0 deletions