From: Carlos Eduardo Aguiar Date: Fri, 18 Apr 2008 20:29:00 +0000 (-0400) Subject: ARM: OMAP: HSMMC: General code cleanup and cosmetic fixes X-Git-Tag: v2.6.25-omap1~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=247b3c1e559cd91ad5d5ca5c3960254dc36787f1;p=pandora-kernel.git ARM: OMAP: HSMMC: General code cleanup and cosmetic fixes This patch makes the following general code cleanup and cosmetic fixes: - Use #include instead of , according to warning reported by scripts/checkpatch.pl on arch/arm/mach-omap2/board-sdp-hsmmc.c - Use if (power_on) instead of if (power_on == 1). - Use if (ret) instead of if (ret != 0). - Add an extra-line to separate labels. Signed-off-by: Carlos Eduardo Aguiar Acked-by: Anderson Lizardo Acked-by: Eduardo Valentin Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed