forked from Minki/linux
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: Matina Maria Trompouki <mtrompou@gmail.com> Reviewed-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
70a51d284b
commit
c79bfed605
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user