summaryrefslogtreecommitdiff
path: root/net/wimax
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2018-09-18 15:46:38 +0200
committerDavid S. Miller <davem@davemloft.net>2018-09-18 20:11:43 -0700
commit381897798a94065ffcad0772eecdc6b04a7ff23d (patch)
treebfc86186fb6cc7065f1a5bebd2a34d8751da5d94 /net/wimax
parent71d117f527425e2d6a5029e8365d82a8d2d6916a (diff)
net/smc: fix sizeof to int comparison
Comparing an int to a size, which is unsigned, causes the int to become unsigned, giving the wrong result. kernel_sendmsg can return a negative error code. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Ursula Braun <ubraun@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/wimax')
0 files changed, 0 insertions, 0 deletions