Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f78867b authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (5231): Gl861: whitespace cleanups

parent e465ea7e
Loading
Loading
Loading
Loading
+20 −21
Original line number Diff line number Diff line
@@ -128,8 +128,7 @@ static int gl861_probe(struct usb_interface *intf,
	if (intf->num_altsetting < 2)
		return -ENODEV;

	if ((ret = dvb_usb_device_init(intf, &gl861_properties, THIS_MODULE,
								&d)) == 0) {
	if ((ret = dvb_usb_device_init(intf, &gl861_properties, THIS_MODULE, &d)) == 0) {
		alt = usb_altnum_to_altsetting(intf, 0);

		if (alt == NULL) {