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

Commit c79bfed6 authored by Matina Maria Trompouki's avatar Matina Maria Trompouki Committed by Greg Kroah-Hartman
Browse files

Staging: lirc: fix line over 80 characters



This patch removes the following warning reported by checkpatch.pl

WARNING: line over 80 characters
drivers/staging/media/lirc/lirc_imon.c

Signed-off-by: default avatarMatina Maria Trompouki <mtrompou@gmail.com>
Reviewed-by: default avatarPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 70a51d28
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -808,7 +808,8 @@ static int imon_probe(struct usb_interface *interface,

	/* Input endpoint is mandatory */
	if (!ir_ep_found) {
		dev_err(dev, "%s: no valid input (IR) endpoint found.\n", __func__);
		dev_err(dev, "%s: no valid input (IR) endpoint found.\n",
			__func__);
		retval = -ENODEV;
		alloc_status = 2;
		goto alloc_status_switch;