Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204595
b: refs/heads/master
c: fa90c87
h: refs/heads/master
i:
  204593: 5114ae1
  204591: 46129d9
v: v3
  • Loading branch information
Kulikov Vasiliy authored and Ralf Baechle committed Aug 5, 2010
1 parent ea1704f commit 6cb8a17
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: e608aadd17b2430ad9f6c412311bfcc120222ae3
refs/heads/master: fa90c87297a1bebd8356e41d71518b37ada56583
3 changes: 1 addition & 2 deletions trunk/arch/mips/kernel/smtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -975,8 +975,7 @@ void ipi_decode(struct smtc_ipi *pipi)
ipi_call_interrupt();
break;
default:
printk("Impossible SMTC IPI Argument 0x%x\n",
(int)arg_copy);
printk("Impossible SMTC IPI Argument %p\n", arg_copy);
break;
}
break;
Expand Down

0 comments on commit 6cb8a17

Please sign in to comment.