Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286880
b: refs/heads/master
c: 945f82f
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Sascha Hauer committed Jan 26, 2012
1 parent b5ea6f5 commit 072f2ad
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7c0c34544d71b10914f29383c119d80631f367b7
refs/heads/master: 945f82f25f9c49b93c315e0acc6d965cb37e137f
4 changes: 3 additions & 1 deletion trunk/arch/arm/mach-mx5/board-mx53_ard.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,10 @@ static int weim_cs_config(void)
return -ENOMEM;

iomuxc_base = ioremap(MX53_IOMUXC_BASE_ADDR, SZ_4K);
if (!iomuxc_base)
if (!iomuxc_base) {
iounmap(weim_base);
return -ENOMEM;
}

/* CS1 timings for LAN9220 */
writel(0x20001, (weim_base + 0x18));
Expand Down

0 comments on commit 072f2ad

Please sign in to comment.