From: Julia Lawall Date: Sat, 23 Aug 2014 18:33:22 +0000 (+0200) Subject: video: fbdev: riva: delete double assignment X-Git-Tag: fixes-against-v3.18-rc2~41^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f57eda296dc327fc3f5d21099cf232bcd004237f;p=pandora-kernel.git video: fbdev: riva: 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: Tomi Valkeinen --- Reading git-diff-tree failed