[ARM] 5336/1: Formatting/Whitespace cleanups in mach-sa1100
This patch fixes bad formatting found in mach-sa1100 files. What it does is to replace/delete things like excessive spaces (start || endline). The code looks the same just alot less junk. Signed-off-by: Kristoffer Ericson <Kristoffer.Ericson@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
committed by
Russell King
parent
799a0600ac
commit
93982535a2
@@ -68,12 +68,12 @@ struct platform_device colliescoop_device = {
|
||||
};
|
||||
|
||||
static struct scoop_pcmcia_dev collie_pcmcia_scoop[] = {
|
||||
{
|
||||
{
|
||||
.dev = &colliescoop_device.dev,
|
||||
.irq = COLLIE_IRQ_GPIO_CF_IRQ,
|
||||
.cd_irq = COLLIE_IRQ_GPIO_CF_CD,
|
||||
.cd_irq_str = "PCMCIA0 CD",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
static struct scoop_pcmcia_config collie_pcmcia_config = {
|
||||
@@ -81,7 +81,6 @@ static struct scoop_pcmcia_config collie_pcmcia_config = {
|
||||
.num_devs = 1,
|
||||
};
|
||||
|
||||
|
||||
static struct mcp_plat_data collie_mcp_data = {
|
||||
.mccr0 = MCCR0_ADM | MCCR0_ExtClk,
|
||||
.sclk_rate = 9216000,
|
||||
|
@@ -115,9 +115,9 @@ ENTRY(sa1100_cpu_suspend)
|
||||
ldr r6, =MDREFR
|
||||
|
||||
ldr r7, [r6]
|
||||
bic r7, r7, #0x0000FF00
|
||||
bic r7, r7, #0x000000F0
|
||||
orr r8, r7, #MDREFR_SLFRSH
|
||||
bic r7, r7, #0x0000FF00
|
||||
bic r7, r7, #0x000000F0
|
||||
orr r8, r7, #MDREFR_SLFRSH
|
||||
|
||||
ldr r9, =MDCNFG
|
||||
ldr r10, [r9]
|
||||
|
Reference in New Issue
Block a user