diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-01-22 06:59:30 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-02-01 04:00:22 -0500 |
commit | 7034228792cc561e79ff8600f02884bd4c80e287 (patch) | |
tree | 89b77af37d087d9de236fc5d21f60bf552d0a2c6 /arch/mips/emma | |
parent | 405ab01c70e18058d9c01a1256769a61fc65413e (diff) |
MIPS: Whitespace cleanup.
Having received another series of whitespace patches I decided to do this
once and for all rather than dealing with this kind of patches trickling
in forever.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/emma')
-rw-r--r-- | arch/mips/emma/markeins/irq.c | 2 | ||||
-rw-r--r-- | arch/mips/emma/markeins/platform.c | 2 | ||||
-rw-r--r-- | arch/mips/emma/markeins/setup.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/emma/markeins/irq.c b/arch/mips/emma/markeins/irq.c index b5f08255d9c7..b880a83e4d4e 100644 --- a/arch/mips/emma/markeins/irq.c +++ b/arch/mips/emma/markeins/irq.c | |||
@@ -292,7 +292,7 @@ void __init arch_init_irq(void) | |||
292 | 292 | ||
293 | asmlinkage void plat_irq_dispatch(void) | 293 | asmlinkage void plat_irq_dispatch(void) |
294 | { | 294 | { |
295 | unsigned int pending = read_c0_status() & read_c0_cause() & ST0_IM; | 295 | unsigned int pending = read_c0_status() & read_c0_cause() & ST0_IM; |
296 | 296 | ||
297 | if (pending & STATUSF_IP7) | 297 | if (pending & STATUSF_IP7) |
298 | do_IRQ(MIPS_CPU_IRQ_BASE + 7); | 298 | do_IRQ(MIPS_CPU_IRQ_BASE + 7); |
diff --git a/arch/mips/emma/markeins/platform.c b/arch/mips/emma/markeins/platform.c index b05b08b92a34..99ea004730a7 100644 --- a/arch/mips/emma/markeins/platform.c +++ b/arch/mips/emma/markeins/platform.c | |||
@@ -190,7 +190,7 @@ static struct platform_device markeins_flash_device = { | |||
190 | .name = "physmap-flash", | 190 | .name = "physmap-flash", |
191 | .id = 0, | 191 | .id = 0, |
192 | .dev = { | 192 | .dev = { |
193 | .platform_data = &markeins_flash_data, | 193 | .platform_data = &markeins_flash_data, |
194 | }, | 194 | }, |
195 | .num_resources = 1, | 195 | .num_resources = 1, |
196 | .resource = &markeins_flash_resource, | 196 | .resource = &markeins_flash_resource, |
diff --git a/arch/mips/emma/markeins/setup.c b/arch/mips/emma/markeins/setup.c index feceebcfff42..d71005835c00 100644 --- a/arch/mips/emma/markeins/setup.c +++ b/arch/mips/emma/markeins/setup.c | |||
@@ -28,7 +28,7 @@ | |||
28 | 28 | ||
29 | #include <asm/emma/emma2rh.h> | 29 | #include <asm/emma/emma2rh.h> |
30 | 30 | ||
31 | #define USE_CPU_COUNTER_TIMER /* whether we use cpu counter */ | 31 | #define USE_CPU_COUNTER_TIMER /* whether we use cpu counter */ |
32 | 32 | ||
33 | extern void markeins_led(const char *); | 33 | extern void markeins_led(const char *); |
34 | 34 | ||