Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB: lgdt3305: remove pointless function, lgdt3304_sleep

Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Michael Krufky and committed by
Mauro Carvalho Chehab
bf37d135 804258c9

-6
-6
drivers/media/dvb/frontends/lgdt3305.c
··· 557 557 enable ? 0 : 1); 558 558 } 559 559 560 - static int lgdt3304_sleep(struct dvb_frontend *fe) 561 - { 562 - return 0; 563 - } 564 - 565 560 static int lgdt3305_sleep(struct dvb_frontend *fe) 566 561 { 567 562 struct lgdt3305_state *state = fe->demodulator_priv; ··· 1197 1202 }, 1198 1203 .i2c_gate_ctrl = lgdt3305_i2c_gate_ctrl, 1199 1204 .init = lgdt3304_init, 1200 - .sleep = lgdt3304_sleep, 1201 1205 .set_frontend = lgdt3304_set_parameters, 1202 1206 .get_frontend = lgdt3305_get_frontend, 1203 1207 .get_tune_settings = lgdt3305_get_tune_settings,