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

Commit a3404dc7 authored by Dulshani Gunawardhana's avatar Dulshani Gunawardhana Committed by Greg Kroah-Hartman
Browse files

staging:go7007:Fix line over 80 character warning



Fix "line over 80 characters" warning generated by checkpatch.pl for
go7007-usb.c

Signed-off-by: default avatarDulshani Gunawardhana <dulshani.gunawardhana89@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2cd32ac3
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -1227,7 +1227,8 @@ static int go7007_usb_probe(struct usb_interface *intf,
	/* Probe the tuner model on the TV402U */
	/* Probe the tuner model on the TV402U */
	if (go->board_id == GO7007_BOARDID_PX_TV402U) {
	if (go->board_id == GO7007_BOARDID_PX_TV402U) {
		/* Board strapping indicates tuner model */
		/* Board strapping indicates tuner model */
		if (go7007_usb_vendor_request(go, 0x41, 0, 0, go->usb_buf, 3, 1) < 0) {
		if (go7007_usb_vendor_request(go, 0x41, 0, 0, go->usb_buf, 3,
					1) < 0) {
			pr_err("GPIO read failed!\n");
			pr_err("GPIO read failed!\n");
			goto allocfail;
			goto allocfail;
		}
		}