On Sat, May 02, 2020 at 11:18:09PM +0200, Daniel Gielen wrote: > Signed-off-by: Daniel Gielen <gielendaniel@xxxxxxxxx> Please can we have a better commit message, explaining what behaviour you seeing before the patch and how this fixes it. A bisect which show what regression you are fixing would also be helpful. Thanks, Sean > --- > drivers/media/pci/cx23885/cx23885-dvb.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/media/pci/cx23885/cx23885-dvb.c b/drivers/media/pci/cx23885/cx23885-dvb.c > index 45c2f4afc..7123e1487 100644 > --- a/drivers/media/pci/cx23885/cx23885-dvb.c > +++ b/drivers/media/pci/cx23885/cx23885-dvb.c > @@ -2139,6 +2139,7 @@ static int dvb_register(struct cx23885_tsport *port) > memset(&ts2020_config, 0, sizeof(ts2020_config)); > ts2020_config.fe = fe0->dvb.frontend; > ts2020_config.get_agc_pwm = m88ds3103_get_agc_pwm; > + ts2020_config.clk_out_div = 1; > memset(&info, 0, sizeof(struct i2c_board_info)); > strscpy(info.type, "ts2020", I2C_NAME_SIZE); > info.addr = 0x60; > -- > 2.25.1