diff options
Diffstat (limited to 'drivers/media/dvb-frontends/tda1004x.c')
| -rw-r--r-- | drivers/media/dvb-frontends/tda1004x.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/dvb-frontends/tda1004x.c b/drivers/media/dvb-frontends/tda1004x.c index a2631be7ffac..0e209b56c76c 100644 --- a/drivers/media/dvb-frontends/tda1004x.c +++ b/drivers/media/dvb-frontends/tda1004x.c | |||
| @@ -650,7 +650,7 @@ static int tda10046_init(struct dvb_frontend* fe) | |||
| 650 | 650 | ||
| 651 | if (tda10046_fwupload(fe)) { | 651 | if (tda10046_fwupload(fe)) { |
| 652 | printk("tda1004x: firmware upload failed\n"); | 652 | printk("tda1004x: firmware upload failed\n"); |
| 653 | return -EIO; | 653 | return -EIO; |
| 654 | } | 654 | } |
| 655 | 655 | ||
| 656 | // tda setup | 656 | // tda setup |
| @@ -1005,7 +1005,8 @@ static int tda1004x_get_fe(struct dvb_frontend *fe) | |||
| 1005 | return 0; | 1005 | return 0; |
| 1006 | } | 1006 | } |
| 1007 | 1007 | ||
| 1008 | static int tda1004x_read_status(struct dvb_frontend* fe, fe_status_t * fe_status) | 1008 | static int tda1004x_read_status(struct dvb_frontend *fe, |
| 1009 | enum fe_status *fe_status) | ||
| 1009 | { | 1010 | { |
| 1010 | struct tda1004x_state* state = fe->demodulator_priv; | 1011 | struct tda1004x_state* state = fe->demodulator_priv; |
| 1011 | int status; | 1012 | int status; |
