From: Julia Lawall Date: Sat, 25 Aug 2012 22:18:35 +0000 (+0000) Subject: drivers/net/ethernet/tundra/tsi108_eth.c: delete double assignment X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~267 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8c75e2c1c6965d071d50620278df78f65cfe082;p=pandora-kernel.git drivers/net/ethernet/tundra/tsi108_eth.c: delete double assignment Delete successive assignments to the same location. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @@ expression i; @@ *i = ...; i = ...; // Signed-off-by: Julia Lawall Signed-off-by: David S. Miller --- Reading git-diff-tree failed