Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8170
b: refs/heads/master
c: c0e9eae
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab authored and Linus Torvalds committed Sep 9, 2005
1 parent 99c7db5 commit 5d6499b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 2f1807102a3a5c9b9782b6e8d271fc8ccef91f0a
refs/heads/master: c0e9eae60e8f1a18e2e6502b3e738dd2886d18ff
6 changes: 3 additions & 3 deletions trunk/drivers/media/video/msp3400.c
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ static int msp_attach(struct i2c_adapter *adap, int addr, int kind)
client_template.addr = addr;

if (-1 == msp3400c_reset(&client_template)) {
dprintk("msp3400: no chip found\n");
dprintk("msp34xx: no chip found\n");
return -1;
}

Expand All @@ -1478,7 +1478,7 @@ static int msp_attach(struct i2c_adapter *adap, int addr, int kind)
if (-1 == msp3400c_reset(c)) {
kfree(msp);
kfree(c);
dprintk("msp3400: no chip found\n");
dprintk("msp34xx: no chip found\n");
return -1;
}

Expand All @@ -1488,7 +1488,7 @@ static int msp_attach(struct i2c_adapter *adap, int addr, int kind)
if ((-1 == msp->rev1) || (0 == msp->rev1 && 0 == msp->rev2)) {
kfree(msp);
kfree(c);
printk("msp3400: error while reading chip version\n");
dprintk("msp34xx: error while reading chip version\n");
return -1;
}

Expand Down

0 comments on commit 5d6499b

Please sign in to comment.