summaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-04-17 16:51:36 -0700
committerDavid S. Miller <davem@davemloft.net>2011-04-17 16:54:08 -0700
commit585985429080a449e0ecf66dd485899a8765c26c (patch)
tree62522e96a99f85da7f24de193f052c9f423f97c5 /drivers/net/bnx2x
parent81b424d9e2ef815b2035d4c2be0bc41dddbebc06 (diff)
bna: Fix set-but-unused variables.
The variable 'pgoff' is set but unused in bfa_nw_ioc_fwver_get() and bfa_ioc_download_fw(). Similarly for 'cmd_h' in bna_mbox_flush_q and the entirety of bna_rit_mod_uninit() is unused since variables are purely set but no action is made using them. Same for 'bna' in bna_rit_create() and 'ret' in bna_rx_create(). Just kill them off. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2x')
0 files changed, 0 insertions, 0 deletions