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

Commit 1f075d1f authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] technisat-usb2: CodingStyle cleanups

parent d642f2f3
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -331,11 +331,10 @@ static int technisat_usb2_identify_state(struct usb_device *udev,
	u8 version[3];

	/* first select the interface */
	if (usb_set_interface(udev, 0, 1) != 0) {
	if (usb_set_interface(udev, 0, 1) != 0)
		err("could not set alternate setting to 0");
	} else {
	else
		info("set alternate setting");
	}

	*cold = 0; /* by default do not download a firmware - just in case something is wrong */