diff options
author | Ariel Elior <ariele@broadcom.com> | 2013-01-09 08:04:35 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-01-10 23:14:16 +0100 |
commit | 238268503f306cdc435eff2181e38c08ce412ed5 (patch) | |
tree | e0a12d902d86df87f25e142a036f4269d5e5343d /Documentation/networking | |
parent | veth: fix a NULL deref in netif_carrier_off (diff) | |
download | linux-238268503f306cdc435eff2181e38c08ce412ed5.tar.xz linux-238268503f306cdc435eff2181e38c08ce412ed5.zip |
bnx2x: align define usage to satisfy static checkers
Static checkers complained that the E1H_FUNC_MAX define is used
incorrectly in bnx2x_pretend_func(). The complaint was justified,
although its not a real bug, as the first part of the conditional
protects us in this case (a real bug would happen if a VF tried to
use the pretend func, but there are no VFs in E1H chips).
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Ariel Elior <ariele@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
0 files changed, 0 insertions, 0 deletions