From: Julia Lawall Date: Sat, 15 Mar 2008 16:05:02 +0000 (+0100) Subject: drivers/net/atl1/atl1_main.c: remove unused variable X-Git-Tag: v2.6.25-rc7~54^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16bb547e130bad47c16852f353f5501cf4b9b35a;p=pandora-kernel.git drivers/net/atl1/atl1_main.c: remove unused variable The variable update_rx is initialized but never used otherwise. The semantic patch that makes this change is as follows: (http://www.emn.fr/x-info/coccinelle/) // @@ type T; identifier i; constant C; @@ ( extern T i; | - T i; <+... when != i - i = C; ...+> ) // Signed-off-by: Julia Lawall Acked-by: Jay Cliburn Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed