From: Alexander Duyck Date: Tue, 26 Aug 2008 11:25:08 +0000 (-0700) Subject: igb: remove unneeded cleaned variable in clean_tx_irq path X-Git-Tag: v2.6.28-rc1~717^2~322 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc7d345d11e815705fd0c9badc2ee82cb7ca5a84;p=pandora-kernel.git igb: remove unneeded cleaned variable in clean_tx_irq path The cleaned variable can be replaced by the count of packets cleaned during the tx interrupt routine so it can be removed. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed