Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221044
b: refs/heads/master
c: b8be7b9
h: refs/heads/master
v: v3
  • Loading branch information
Rogerio Pimentel authored and Sascha Hauer committed Oct 26, 2010
1 parent 0868f04 commit aa04005
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 1e9aed156b7bc42311370b155f73ee5961b8557d
refs/heads/master: b8be7b9a6d3c7b63df9fc356a81288d5404ff505
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-mx3/mach-mx31_3ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ static void __init mxc_board_init(void)
mx31_3ds_usbotg_init();
mxc_register_device(&mxc_otg_udc_device, &usbotg_pdata);

if (!mxc_expio_init(CS5_BASE_ADDR, EXPIO_PARENT_INT))
printk(KERN_WARNING "Init of the debugboard failed, all "
"devices on the board are unusable.\n");
if (mxc_expio_init(MX31_CS5_BASE_ADDR, EXPIO_PARENT_INT))
printk(KERN_WARNING "Init of the debug board failed, all "
"devices on the debug board are unusable.\n");
}

static void __init mx31_3ds_timer_init(void)
Expand Down

0 comments on commit aa04005

Please sign in to comment.