Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109588
b: refs/heads/master
c: 877b5f4
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Mauro Carvalho Chehab committed Sep 3, 2008
1 parent 2f1ea24 commit 037b9a1
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: 8da9bae3292ea8aee803e7cda295877c361f0694
refs/heads/master: 877b5f4eda501ece641adbbea5d1940cbbfd4f38
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/tda10048.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ static int tda10048_firmware_upload(struct dvb_frontend *fe)

if (fw->size != TDA10048_DEFAULT_FIRMWARE_SIZE) {
printk(KERN_ERR "%s: firmware incorrect size\n", __func__);
return -EIO;
ret = -EIO;
} else {
printk(KERN_INFO "%s: firmware uploading\n", __func__);

Expand Down

0 comments on commit 037b9a1

Please sign in to comment.