summaryrefslogtreecommitdiffstats
path: root/net/mptcp/sockopt.c
diff options
context:
space:
mode:
authorYang Li <yang.lee@linux.alibaba.com>2022-02-16 09:45:07 +0800
committerJakub Kicinski <kuba@kernel.org>2022-02-16 20:47:52 -0800
commit8c16baa51beb50e091f6652c47fc1c8501b93611 (patch)
tree80db63a1420ccdde2bd46350d217c781dd8eedcd /net/mptcp/sockopt.c
parentc8620335951d38f26094877f83167dfd09074224 (diff)
downloadlinux-8c16baa51beb50e091f6652c47fc1c8501b93611.tar.bz2
net: Fix an ignored error return from dm9051_get_regs()
The return from the call to dm9051_get_regs() is int, it can be a negative error code, however this is being assigned to an unsigned int variable 'ret', so making 'ret' an int. Eliminate the following coccicheck warning: ./drivers/net/ethernet/davicom/dm9051.c:527:5-8: WARNING: Unsigned expression compared with zero: ret < 0 Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Link: https://lore.kernel.org/r/20220216014507.109117-1-yang.lee@linux.alibaba.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/mptcp/sockopt.c')
0 files changed, 0 insertions, 0 deletions