Skip to content

Commit 86c330f

Browse files
committed
[media] cx88-dvb: whitespace cleanup
X-Patchwork-Delegate: [email protected] 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 <[email protected]>
1 parent e181b1f commit 86c330f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/media/pci/cx88/cx88-dvb.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,8 +1504,8 @@ static int dvb_register(struct cx8802_dev *dev)
15041504
fe0->dvb.frontend = dvb_attach(stv0288_attach,
15051505
&tevii_tuner_earda_config,
15061506
&core->i2c_adap);
1507-
if (fe0->dvb.frontend != NULL) {
1508-
if (!dvb_attach(stb6000_attach, fe0->dvb.frontend, 0x61,
1507+
if (fe0->dvb.frontend != NULL) {
1508+
if (!dvb_attach(stb6000_attach, fe0->dvb.frontend, 0x61,
15091509
&core->i2c_adap))
15101510
goto frontend_detach;
15111511
core->prev_set_voltage = fe0->dvb.frontend->ops.set_voltage;

0 commit comments

Comments
 (0)