diff options
author | YueHaibing <yuehaibing@huawei.com> | 2018-09-18 15:46:38 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-09-18 20:11:43 -0700 |
commit | 381897798a94065ffcad0772eecdc6b04a7ff23d (patch) | |
tree | bfc86186fb6cc7065f1a5bebd2a34d8751da5d94 /net/wimax | |
parent | 71d117f527425e2d6a5029e8365d82a8d2d6916a (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