Skip to content

Commit

Permalink
[media] DVB: cx231xx drivers does not use dummy frontend anymore
Browse files Browse the repository at this point in the history
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Thadeu Lima de Souza Cascardo authored and Mauro Carvalho Chehab committed Jan 19, 2011
1 parent 34b8fc8 commit e95342f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions 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 e95342f

Please sign in to comment.