diff options
author | Michael Krufky <mkrufky@kernellabs.com> | 2011-09-16 08:35:06 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-09-21 09:06:16 -0400 |
commit | 4594303b870588bad3a9ee4d6a28e73f7012b6b3 (patch) | |
tree | 6c191c84c5ff2348607862753e591a055eddf63f /drivers/media/dvb/dvb-usb | |
parent | b6bd5de2b1fffb1e103118aa558de91b1cef244e (diff) |
[media] dibusb-mb: fix ERROR: space required after that ','
Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/dvb-usb')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dibusb-mb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/dvb-usb/dibusb-mb.c b/drivers/media/dvb/dvb-usb/dibusb-mb.c index f13b3a3605c0..c65bfbfb64ea 100644 --- a/drivers/media/dvb/dvb-usb/dibusb-mb.c +++ b/drivers/media/dvb/dvb-usb/dibusb-mb.c | |||
@@ -79,7 +79,7 @@ static int dibusb_tuner_probe_and_attach(struct dvb_usb_adapter *adap) | |||
79 | msg[0].addr = msg[1].addr = st->tuner_addr = 0x60; | 79 | msg[0].addr = msg[1].addr = st->tuner_addr = 0x60; |
80 | 80 | ||
81 | if (adap->fe_adap[0].fe->ops.i2c_gate_ctrl) | 81 | if (adap->fe_adap[0].fe->ops.i2c_gate_ctrl) |
82 | adap->fe_adap[0].fe->ops.i2c_gate_ctrl(adap->fe_adap[0].fe,1); | 82 | adap->fe_adap[0].fe->ops.i2c_gate_ctrl(adap->fe_adap[0].fe, 1); |
83 | 83 | ||
84 | if (i2c_transfer(&adap->dev->i2c_adap, msg, 2) != 2) { | 84 | if (i2c_transfer(&adap->dev->i2c_adap, msg, 2) != 2) { |
85 | err("tuner i2c write failed."); | 85 | err("tuner i2c write failed."); |
@@ -87,7 +87,7 @@ static int dibusb_tuner_probe_and_attach(struct dvb_usb_adapter *adap) | |||
87 | } | 87 | } |
88 | 88 | ||
89 | if (adap->fe_adap[0].fe->ops.i2c_gate_ctrl) | 89 | if (adap->fe_adap[0].fe->ops.i2c_gate_ctrl) |
90 | adap->fe_adap[0].fe->ops.i2c_gate_ctrl(adap->fe_adap[0].fe,0); | 90 | adap->fe_adap[0].fe->ops.i2c_gate_ctrl(adap->fe_adap[0].fe, 0); |
91 | 91 | ||
92 | if (b2[0] == 0xfe) { | 92 | if (b2[0] == 0xfe) { |
93 | info("This device has the Thomson Cable onboard. Which is default."); | 93 | info("This device has the Thomson Cable onboard. Which is default."); |