diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-23 11:47:47 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-02-03 14:12:12 -0500 |
commit | 86c330fa599a44b6da3bfa83dd71a665dddde5ab (patch) | |
tree | 737e5a800fcb923f2398f5eb1d819e8ac0f7f16e /drivers/media | |
parent | e181b1f19045a5843aefafa561207fbea8bd2973 (diff) |
[media] cx88-dvb: whitespace cleanup
X-Patchwork-Delegate: m.chehab@samsung.com
Fix the following smatch warning:
drivers/media/pci/cx88//cx88-dvb.c:1508 dvb_register() warn: if statement not indented
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/pci/cx88/cx88-dvb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/pci/cx88/cx88-dvb.c b/drivers/media/pci/cx88/cx88-dvb.c index 5780e2f013b4..1b2ed238cdb6 100644 --- a/drivers/media/pci/cx88/cx88-dvb.c +++ b/drivers/media/pci/cx88/cx88-dvb.c | |||
@@ -1504,8 +1504,8 @@ static int dvb_register(struct cx8802_dev *dev) | |||
1504 | fe0->dvb.frontend = dvb_attach(stv0288_attach, | 1504 | fe0->dvb.frontend = dvb_attach(stv0288_attach, |
1505 | &tevii_tuner_earda_config, | 1505 | &tevii_tuner_earda_config, |
1506 | &core->i2c_adap); | 1506 | &core->i2c_adap); |
1507 | if (fe0->dvb.frontend != NULL) { | 1507 | if (fe0->dvb.frontend != NULL) { |
1508 | if (!dvb_attach(stb6000_attach, fe0->dvb.frontend, 0x61, | 1508 | if (!dvb_attach(stb6000_attach, fe0->dvb.frontend, 0x61, |
1509 | &core->i2c_adap)) | 1509 | &core->i2c_adap)) |
1510 | goto frontend_detach; | 1510 | goto frontend_detach; |
1511 | core->prev_set_voltage = fe0->dvb.frontend->ops.set_voltage; | 1511 | core->prev_set_voltage = fe0->dvb.frontend->ops.set_voltage; |