From: David S. Miller Date: Sun, 17 Apr 2011 23:56:12 +0000 (-0700) Subject: bnx2x: Fix set-but-unused variables. X-Git-Tag: v3.0-rc1~377^2~354 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8ee8328bac0d8420d2b9ef4838d0df25df100ab;p=pandora-kernel.git 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 --- Reading git-diff-tree failed