From: arun c Date: Tue, 22 Sep 2009 23:46:59 +0000 (-0700) Subject: omapfb: fix coding style / remove dead line X-Git-Tag: v2.6.32-rc1~234 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5910d35cd6c0122a490000a6de0774ac7ebcc2de;p=pandora-kernel.git omapfb: fix coding style / remove dead line - use __iomem type attribute where appropriate - expand (a ? : b) to (a ? a : b) As suggested by Russel King - remove a dead line from omapfb_main.c Signed-off-by: Arun C Signed-off-by: Tony Lindgren Signed-off-by: Imre Deak Acked-by: Krzysztof Helt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed