Skip to content

Commit

Permalink
sh: landisk: Remove whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Nobuhiro Iwamatsu authored and Paul Mundt committed Mar 31, 2011
1 parent 7a28691 commit eee7631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/sh/boards/mach-landisk/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

static void landisk_power_off(void)
{
__raw_writeb(0x01, PA_SHUTDOWN);
__raw_writeb(0x01, PA_SHUTDOWN);
}

static struct resource cf_ide_resources[3];
Expand Down Expand Up @@ -85,7 +85,7 @@ device_initcall(landisk_devices_setup);

static void __init landisk_setup(char **cmdline_p)
{
/* LED ON */
/* LED ON */
__raw_writeb(__raw_readb(PA_LED) | 0x03, PA_LED);

printk(KERN_INFO "I-O DATA DEVICE, INC. \"LANDISK Series\" support.\n");
Expand Down

0 comments on commit eee7631

Please sign in to comment.