commit | 1cb1860d9133ff795cac640b9af4569a2668b45e | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sun Sep 25 14:14:45 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Sep 25 23:39:46 2016 -0400 |
tree | a2419659d22d7b1e95d78a9d24b09aee3ce85b5d | |
parent | bce3414e9df621f537ee30e3dbd7cd4258c81adb [diff] |
cxgb4: fix -ve error check on a signed iq 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 <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>