]> git.baikalelectronics.ru Git - kernel.git/commit
be2net: Fix unused-but-set variables.
authorDavid S. Miller <davem@davemloft.net>
Mon, 18 Apr 2011 00:08:41 +0000 (17:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Apr 2011 00:08:41 +0000 (17:08 -0700)
commitaf2941c8c794542f7c76c781b4df99771a8fccc5
tree5755b26e885be0cabb9af480f60801e4317ad9ab
parent87150f0efc7af789b24592fdcd8f8fabf2262f40
be2net: Fix unused-but-set variables.

The variables 'tx_min' and 'tx_max' are set but not used in
be_set_coalesce().

Similarly for 'region' in be_do_flash().

Just kill them off.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/benet/be_ethtool.c