mirror of https://gitee.com/openkylin/linux.git
V4L/DVB (9572a): Whitespace cleanup
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
44f0079ec7
commit
2c9bcea1a1
|
@ -406,7 +406,7 @@ static int tevii_dvbs_set_voltage(struct dvb_frontend *fe,
|
||||||
cx_write(MO_GP0_IO, 0x00006060);
|
cx_write(MO_GP0_IO, 0x00006060);
|
||||||
break;
|
break;
|
||||||
case SEC_VOLTAGE_OFF:
|
case SEC_VOLTAGE_OFF:
|
||||||
printk("LNB Voltage SEC_VOLTAGE_off\n");
|
printk("LNB Voltage SEC_VOLTAGE_off\n");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1091,7 +1091,7 @@ static int dvb_register(struct cx8802_dev *dev)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( (NULL == fe0->dvb.frontend) || (fe1 && NULL == fe1->dvb.frontend) ) {
|
if ( (NULL == fe0->dvb.frontend) || (fe1 && NULL == fe1->dvb.frontend) ) {
|
||||||
printk(KERN_ERR
|
printk(KERN_ERR
|
||||||
"%s/2: frontend initialization failed\n",
|
"%s/2: frontend initialization failed\n",
|
||||||
core->name);
|
core->name);
|
||||||
|
|
Loading…
Reference in New Issue