omapfb: Fix coding style / remove dead line
authorarun c <arunedarath@mistralsolutions.com>
Mon, 31 Mar 2008 06:52:48 +0000 (12:22 +0530)
committerImre Deak <imre.deak@nokia.com>
Thu, 4 Jun 2009 14:40:26 +0000 (17:40 +0300)
- use __iomem type attribute where appropriate
- expand (a ? : b) to (a ? a : b)
As suggested by Russell King <linux@arm.linux.org.uk>

- remove a dead line from omapfb_main.c

Signed-off-by: Arun C <arunedarath@mistralsolutions.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Imre Deak <imre.deak@nokia.com>

No differences found