Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226528
b: refs/heads/master
c: 5d78373
h: refs/heads/master
v: v3
  • Loading branch information
Omar Ramirez Luna authored and Hari Kanigeri committed Dec 2, 2010
1 parent 90f2f7c commit 2f12002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 582563074a691eb45cb22d2eca70eed8f2091c5f
refs/heads/master: 5d783731c683161d5d921c2ed03a43d6d31cf418
3 changes: 1 addition & 2 deletions trunk/arch/arm/mach-omap2/mailbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -432,9 +432,8 @@ static int __devinit omap2_mbox_probe(struct platform_device *pdev)
iounmap(mbox_base);
return ret;
}
return 0;

return ret;
return 0;
}

static int __devexit omap2_mbox_remove(struct platform_device *pdev)
Expand Down

0 comments on commit 2f12002

Please sign in to comment.