From: Colin King
Date: Sun, 25 Sep 2016 14:14:45 -0700
> From: Colin Ian King
>
> iq is unsigned, so the error check for iq < 0 has no effect so errors
> can slip past this check. Fix this by making iq signed and also
> get_filter_steerq return a signed int so a -ve error can be returned.
>
>
From: Colin Ian King
iq is unsigned, so the error check for iq < 0 has no effect so errors
can slip past this check. Fix this by making iq signed and also
get_filter_steerq return a signed int so a -ve error can be returned.
Signed-off-by: Colin Ian King
---
drivers/net/ethernet/chelsio/cxgb4
2 matches
Mail list logo