Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232219
b: refs/heads/master
c: e95342f
h: refs/heads/master
i:
  232217: a36fb5f
  232215: 0b25301
v: v3
  • Loading branch information
Thadeu Lima de Souza Cascardo authored and Mauro Carvalho Chehab committed Jan 19, 2011
1 parent e842871 commit 5844f25
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 34b8fc8e683cbcbbe47806260ef5dc505915b45f
refs/heads/master: e95342f168f7a02441cec51b222bb7ae62df364d
5 changes: 2 additions & 3 deletions trunk/drivers/media/video/cx231xx/cx231xx-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include <media/videobuf-vmalloc.h>

#include "xc5000.h"
#include "dvb_dummy_fe.h"
#include "s5h1432.h"
#include "tda18271.h"
#include "s5h1411.h"
Expand Down Expand Up @@ -619,7 +618,7 @@ static int dvb_init(struct cx231xx *dev)

if (dev->dvb->frontend == NULL) {
printk(DRIVER_NAME
": Failed to attach dummy front end\n");
": Failed to attach s5h1411 front end\n");
result = -EINVAL;
goto out_free;
}
Expand Down Expand Up @@ -665,7 +664,7 @@ static int dvb_init(struct cx231xx *dev)

if (dev->dvb->frontend == NULL) {
printk(DRIVER_NAME
": Failed to attach dummy front end\n");
": Failed to attach s5h1411 front end\n");
result = -EINVAL;
goto out_free;
}
Expand Down

0 comments on commit 5844f25

Please sign in to comment.