Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh: landisk: Remove whitespace

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

authored by

Nobuhiro Iwamatsu and committed by
Paul Mundt
eee7631f 7a286914

+2 -2
+2 -2
arch/sh/boards/mach-landisk/setup.c
··· 23 23 24 24 static void landisk_power_off(void) 25 25 { 26 - __raw_writeb(0x01, PA_SHUTDOWN); 26 + __raw_writeb(0x01, PA_SHUTDOWN); 27 27 } 28 28 29 29 static struct resource cf_ide_resources[3]; ··· 85 85 86 86 static void __init landisk_setup(char **cmdline_p) 87 87 { 88 - /* LED ON */ 88 + /* LED ON */ 89 89 __raw_writeb(__raw_readb(PA_LED) | 0x03, PA_LED); 90 90 91 91 printk(KERN_INFO "I-O DATA DEVICE, INC. \"LANDISK Series\" support.\n");