aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorSimon Horman <[email protected]>2024-04-30 17:46:45 +0000
committerJakub Kicinski <[email protected]>2024-05-03 01:53:19 +0000
commit4c7f3950a9fd53a62b156c0fe7c3a2c43b0ba19b (patch)
treebc942f9d29bb39e7c272518471613071fa02458d /net/unix/sysctl_net_unix.c
parentselftests/net: skip partial checksum packets in csum test (diff)
downloadkernel-4c7f3950a9fd53a62b156c0fe7c3a2c43b0ba19b.tar.gz
kernel-4c7f3950a9fd53a62b156c0fe7c3a2c43b0ba19b.zip
net: dsa: mv88e6xxx: Correct check for empty list
Since commit a3c53be55c95 ("net: dsa: mv88e6xxx: Support multiple MDIO busses") mv88e6xxx_default_mdio_bus() has checked that the return value of list_first_entry() is non-NULL. This appears to be intended to guard against the list chip->mdios being empty. However, it is not the correct check as the implementation of list_first_entry is not designed to return NULL for empty lists. Instead, use list_first_entry_or_null() which does return NULL if the list is empty. Flagged by Smatch. Compile tested only. Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: Simon Horman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions