commit | b8ee8328bac0d8420d2b9ef4838d0df25df100ab | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Apr 17 16:56:12 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 17 16:56:12 2011 -0700 |
tree | fc4fa67c8e0287da2eca89b3f61373a0a948b2db | |
parent | 585985429080a449e0ecf66dd485899a8765c26c [diff] |
bnx2x: Fix set-but-unused variables. The variable 'rc' is set but unused in bnx2x_timer(). Similarly for 'hc_index_p' in bnx2x_init_sb(), and 'port' in bnx2x_get_hwinfo(). Just kill them off. Signed-off-by: David S. Miller <davem@davemloft.net>