Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372145
b: refs/heads/master
c: d98642c
h: refs/heads/master
i:
  372143: 99b6ba1
v: v3
  • Loading branch information
Russell King committed May 2, 2013
1 parent 2374628 commit 81ceb40
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c48cd659892962f79bba4b4e0eedea8e5aa54c44
refs/heads/master: d98642c3eebddac508ed0dcd9ae3951126ef1501
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-imx/devices/devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ int __init mxc_device_init(void)
int ret;

ret = device_register(&mxc_aips_bus);
if (IS_ERR_VALUE(ret))
if (ret < 0)
goto done;

ret = device_register(&mxc_ahb_bus);
Expand Down

0 comments on commit 81ceb40

Please sign in to comment.