From: Mauro Carvalho Chehab Date: Thu, 27 Feb 2014 06:34:17 +0000 (-0300) Subject: [media] drx-j: Use single master mode X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9e4c509d7444e067d39d3ac96a3398721bca4f01;p=linux-beck.git [media] drx-j: Use single master mode There are no other I2C masters here. Also, the Windows driver uses this mode (and both drxd and drxk Kernel drivers). So, switch to it. That helps to compare the logs between the Linux driver and the Windows one. Acked-by: Devin Heitmueller Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb-frontends/drx39xyj/drx_driver.h b/drivers/media/dvb-frontends/drx39xyj/drx_driver.h index 8419989b4c38..e54eb35b52d9 100644 --- a/drivers/media/dvb-frontends/drx39xyj/drx_driver.h +++ b/drivers/media/dvb-frontends/drx39xyj/drx_driver.h @@ -260,7 +260,7 @@ int drxbsp_tuner_default_i2c_write_read(struct tuner_instance *tuner, * */ #ifndef DRXDAP_SINGLE_MASTER -#define DRXDAP_SINGLE_MASTER 0 +#define DRXDAP_SINGLE_MASTER 1 #endif /**