Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232675
b: refs/heads/master
c: 0e6d8ca
h: refs/heads/master
i:
  232673: b4fdbd8
  232671: a047710
v: v3
  • Loading branch information
Julia Lawall authored and Tony Lindgren committed Jan 28, 2011
1 parent 70101cb commit 08d6eee
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: afb7d7099e27f30caf69b3ce80a4cb86612a0b87
refs/heads/master: 0e6d8cad448bde3d846961bb43db15daae94562e
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ static int __init omap2_system_dma_init_dev(struct omap_hwmod *oh, void *unused)
if (IS_ERR(od)) {
pr_err("%s: Cant build omap_device for %s:%s.\n",
__func__, name, oh->name);
return IS_ERR(od);
return PTR_ERR(od);
}

mem = platform_get_resource(&od->pdev, IORESOURCE_MEM, 0);
Expand Down

0 comments on commit 08d6eee

Please sign in to comment.