Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184702
b: refs/heads/master
c: 0cd7e1c
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi authored and Tony Lindgren committed Feb 15, 2010
1 parent 2db8442 commit 56bd836
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: d761585a0571c9d508b26735a3d268ff3ec3a548
refs/heads/master: 0cd7e1cc76c38b29ec459294750660855fa11ca8
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/mailbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ static int omap2_mbox_startup(struct omap_mbox *mbox)

mbox_ick_handle = clk_get(NULL, "mailboxes_ick");
if (IS_ERR(mbox_ick_handle)) {
printk(KERN_ERR "Could not get mailboxes_ick: %d\n",
printk(KERN_ERR "Could not get mailboxes_ick: %ld\n",
PTR_ERR(mbox_ick_handle));
return PTR_ERR(mbox_ick_handle);
}
Expand Down

0 comments on commit 56bd836

Please sign in to comment.