V4L/DVB (5231): Gl861: whitespace cleanups
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
e465ea7ed1
commit
1f78867bc8
@@ -128,8 +128,7 @@ static int gl861_probe(struct usb_interface *intf,
|
|||||||
if (intf->num_altsetting < 2)
|
if (intf->num_altsetting < 2)
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
|
|
||||||
if ((ret = dvb_usb_device_init(intf, &gl861_properties, THIS_MODULE,
|
if ((ret = dvb_usb_device_init(intf, &gl861_properties, THIS_MODULE, &d)) == 0) {
|
||||||
&d)) == 0) {
|
|
||||||
alt = usb_altnum_to_altsetting(intf, 0);
|
alt = usb_altnum_to_altsetting(intf, 0);
|
||||||
|
|
||||||
if (alt == NULL) {
|
if (alt == NULL) {
|
||||||
|
Reference in New Issue
Block a user