summaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorZheyu Ma <zheyuma97@gmail.com>2022-03-06 05:56:32 +0000
committerJakub Kicinski <kuba@kernel.org>2022-03-07 22:18:52 -0800
commit69adcb988a0675ce001dfc416d56fba2e8a85f48 (patch)
tree811afe1fa516699ac96736695846336e2659bf9e /net/unix/sysctl_net_unix.c
parent13d04d79701ba240969b296903de14db3734ab25 (diff)
net: cxgb3: Fix an error code when probing the driver
During the process of driver probing, probe function should return < 0 for failure, otherwise kernel will treat value >= 0 as success. Therefore, the driver should set 'err' to -ENODEV when 'adapter->registered_device_map' is NULL. Otherwise kernel will assume that the driver has been successfully probed and will cause unexpected errors. Signed-off-by: Zheyu Ma <zheyuma97@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://lore.kernel.org/r/1646546192-32737-1-git-send-email-zheyuma97@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions