From: David S. Miller Date: Mon, 18 Apr 2011 00:08:41 +0000 (-0700) Subject: be2net: Fix unused-but-set variables. X-Git-Tag: v3.0-rc1~377^2~343 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03746b0a02d25866a29cd8d7306d221c238d6397;p=pandora-kernel.git 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 --- Reading git-diff-tree failed