commit | 03746b0a02d25866a29cd8d7306d221c238d6397 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Apr 17 17:08:41 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 17 17:08:41 2011 -0700 |
tree | 5755b26e885be0cabb9af480f60801e4317ad9ab | |
parent | 9365f11a5321bcff5579799a071a70c5cacb5e65 [diff] |
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>