From: Julia Lawall Date: Thu, 13 Sep 2012 07:01:09 +0000 (+0900) Subject: ARM: S3C24xx: delete double assignment X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~65^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=884dc5a2d39cae6dec323163654a99bda8363399;p=pandora-kernel.git ARM: S3C24xx: 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: Kukjin Kim --- Reading git-diff-tree failed