Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156403
b: refs/heads/master
c: 50ca961
h: refs/heads/master
i:
  156401: 878c503
  156399: 34b3e8c
v: v3
  • Loading branch information
Florian Fainelli authored and Ralf Baechle committed Aug 3, 2009
1 parent 50584b8 commit 0374982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ea85a0e4cc870d2bb92e3b2007007901209bb7de
refs/heads/master: 50ca961912be315035cb0f3508e35c974851da2a
3 changes: 2 additions & 1 deletion trunk/arch/mips/ar7/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ static void __init detect_leds(void)
static int __init ar7_register_devices(void)
{
int res;
#ifdef CONFIG_SERIAL_8250
static struct uart_port uart_port[2];

memset(uart_port, 0, sizeof(struct uart_port) * 2);
Expand Down Expand Up @@ -511,7 +512,7 @@ static int __init ar7_register_devices(void)
if (res)
return res;
}

#endif /* CONFIG_SERIAL_8250 */
res = platform_device_register(&physmap_flash);
if (res)
return res;
Expand Down

0 comments on commit 0374982

Please sign in to comment.