Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2703
b: refs/heads/master
c: 30aedcb
h: refs/heads/master
i:
  2701: ecce268
  2699: 102dba7
  2695: ff21c1e
  2687: fb4d3fd
v: v3
  • Loading branch information
Kumar Gala authored and Greg Kroah-Hartman committed Jun 22, 2005
1 parent 8083b26 commit 41ca0fa
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 44bbe87e9017efa050bb1b506c6822f1f3bb94d7
refs/heads/master: 30aedcb33970367e50b5edf373e9cd1a5cebcbe1
4 changes: 2 additions & 2 deletions trunk/drivers/i2c/busses/i2c-mpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ static int __devinit mpc_i2c_probe(struct ocp_device *ocp)
if (i2c->irq != OCP_IRQ_NA)
{
if ((result = request_irq(ocp->def->irq, mpc_i2c_isr,
0, "i2c-mpc", i2c)) < 0) {
SA_SHIRQ, "i2c-mpc", i2c)) < 0) {
printk(KERN_ERR
"i2c-mpc - failed to attach interrupt\n");
goto fail_irq;
Expand Down Expand Up @@ -424,7 +424,7 @@ static int fsl_i2c_probe(struct device *device)

if (i2c->irq != 0)
if ((result = request_irq(i2c->irq, mpc_i2c_isr,
0, "fsl-i2c", i2c)) < 0) {
SA_SHIRQ, "i2c-mpc", i2c)) < 0) {
printk(KERN_ERR
"i2c-mpc - failed to attach interrupt\n");
goto fail_irq;
Expand Down

0 comments on commit 41ca0fa

Please sign in to comment.