aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/dib7000p.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb-frontends/dib7000p.c')
-rw-r--r--drivers/media/dvb-frontends/dib7000p.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/dvb-frontends/dib7000p.c b/drivers/media/dvb-frontends/dib7000p.c
index c505d696f92d..33be5d6b9e10 100644
--- a/drivers/media/dvb-frontends/dib7000p.c
+++ b/drivers/media/dvb-frontends/dib7000p.c
@@ -1558,9 +1558,9 @@ static int dib7000p_set_frontend(struct dvb_frontend *fe)
1558 return ret; 1558 return ret;
1559} 1559}
1560 1560
1561static int dib7000p_get_stats(struct dvb_frontend *fe, fe_status_t stat); 1561static int dib7000p_get_stats(struct dvb_frontend *fe, enum fe_status stat);
1562 1562
1563static int dib7000p_read_status(struct dvb_frontend *fe, fe_status_t * stat) 1563static int dib7000p_read_status(struct dvb_frontend *fe, enum fe_status *stat)
1564{ 1564{
1565 struct dib7000p_state *state = fe->demodulator_priv; 1565 struct dib7000p_state *state = fe->demodulator_priv;
1566 u16 lock = dib7000p_read_word(state, 509); 1566 u16 lock = dib7000p_read_word(state, 509);
@@ -1877,7 +1877,7 @@ static u32 dib7000p_get_time_us(struct dvb_frontend *demod)
1877 return time_us; 1877 return time_us;
1878} 1878}
1879 1879
1880static int dib7000p_get_stats(struct dvb_frontend *demod, fe_status_t stat) 1880static int dib7000p_get_stats(struct dvb_frontend *demod, enum fe_status stat)
1881{ 1881{
1882 struct dib7000p_state *state = demod->demodulator_priv; 1882 struct dib7000p_state *state = demod->demodulator_priv;
1883 struct dtv_frontend_properties *c = &demod->dtv_property_cache; 1883 struct dtv_frontend_properties *c = &demod->dtv_property_cache;