[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1406189939-6433-10-git-send-email-fabf@skynet.be>
Date: Thu, 24 Jul 2014 10:18:57 +0200
From: Fabian Frederick <fabf@...net.be>
To: linux-kernel@...r.kernel.org
Cc: joe@...ches.com, gregkh@...uxfoundation.org,
Fabian Frederick <fabf@...net.be>,
Johan Hovold <johan@...nel.org>, linux-usb@...r.kernel.org
Subject: [PATCH 09/10 linux-next] USB: ftdi_sio: remove unnecessary break after return
Signed-off-by: Fabian Frederick <fabf@...net.be>
---
drivers/usb/serial/ftdi_sio.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c
index b9035c3..bb45c71 100644
--- a/drivers/usb/serial/ftdi_sio.c
+++ b/drivers/usb/serial/ftdi_sio.c
@@ -2414,7 +2414,6 @@ static int ftdi_ioctl(struct tty_struct *tty,
(struct serial_struct __user *) arg);
case TIOCSERGETLSR:
return get_lsr_info(port, (struct serial_struct __user *)arg);
- break;
default:
break;
}
--
1.8.4.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists