Loading
net: hns: fix unsigned comparison to less than zero
commit ea401685a20b5d631957f024bda86e1f6118eb20 upstream.
Currently mskid is unsigned and hence comparisons with negative
error return values are always false. Fix this by making mskid an
int.
Fixes: f058e46855dc ("net: hns: fix ICMP6 neighbor solicitation messages discard problem")
Addresses-Coverity: ("Operands don't affect result")
Signed-off-by:
Colin Ian King <colin.king@canonical.com>
Reviewed-by:
Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by:
David S. Miller <davem@davemloft.net>
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>