diff --git a/frontends/cxd2843.c b/frontends/cxd2843.c index e4e88d9..e8b5e25 100644 --- a/frontends/cxd2843.c +++ b/frontends/cxd2843.c @@ -1008,12 +1008,13 @@ static void release(struct dvb_frontend *fe) kfree(state); } -static void sleep(struct dvb_frontend *fe) +static int sleep(struct dvb_frontend *fe) { struct cxd_state *state = fe->demodulator_priv; Stop(state); ShutDown(state); + return 0; } static int Start(struct cxd_state *state, u32 IntermediateFrequency)