sh: landisk: Remove whitespace
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
committed by
Paul Mundt
parent
7a28691403
commit
eee7631fdf
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
static void landisk_power_off(void)
|
static void landisk_power_off(void)
|
||||||
{
|
{
|
||||||
__raw_writeb(0x01, PA_SHUTDOWN);
|
__raw_writeb(0x01, PA_SHUTDOWN);
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct resource cf_ide_resources[3];
|
static struct resource cf_ide_resources[3];
|
||||||
@@ -85,7 +85,7 @@ device_initcall(landisk_devices_setup);
|
|||||||
|
|
||||||
static void __init landisk_setup(char **cmdline_p)
|
static void __init landisk_setup(char **cmdline_p)
|
||||||
{
|
{
|
||||||
/* LED ON */
|
/* LED ON */
|
||||||
__raw_writeb(__raw_readb(PA_LED) | 0x03, PA_LED);
|
__raw_writeb(__raw_readb(PA_LED) | 0x03, PA_LED);
|
||||||
|
|
||||||
printk(KERN_INFO "I-O DATA DEVICE, INC. \"LANDISK Series\" support.\n");
|
printk(KERN_INFO "I-O DATA DEVICE, INC. \"LANDISK Series\" support.\n");
|
||||||
|
Reference in New Issue
Block a user