From: Julia Lawall Date: Sat, 23 Aug 2014 18:33:28 +0000 (+0200) Subject: video: fbdev: au1200fb: delete double assignment X-Git-Tag: omap-for-v3.19/prcm-cleanup~38^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58678a77029bc1f78f80f6f93da3d302d587f951;p=pandora-kernel.git video: fbdev: au1200fb: 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