mirror of https://gitee.com/openkylin/linux.git
[media] saa7134: fix bad indenting
drivers/media/pci/saa7134/saa7134-dvb.c:1682 dvb_init() warn: inconsistent indenting Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
ff1522d546
commit
3c2580f9ff
|
@ -1679,7 +1679,7 @@ static int dvb_init(struct saa7134_dev *dev)
|
|||
&dev->i2c_adap, 0, 0) == NULL) {
|
||||
wprintk("%s: Asus Tiger 3in1, no lnbp21"
|
||||
" found!\n", __func__);
|
||||
goto detach_frontend;
|
||||
goto detach_frontend;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue