Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753904AbeAFRWJ (ORCPT + 1 other); Sat, 6 Jan 2018 12:22:09 -0500 Received: from smtp5.mail.ru ([94.100.179.24]:37248 "EHLO smtp5.mail.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753748AbeAFRVp (ORCPT ); Sat, 6 Jan 2018 12:21:45 -0500 Date: Sat, 6 Jan 2018 20:08:09 +0300 From: Mikhail Zaytsev To: Johan Hovold Cc: Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/2] USB: serial: ark3116: ioctl changes Message-ID: <20180106200809.41cdd723@debian> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Authentication-Results: smtp5.mail.ru; auth=pass smtp.auth=flashed@mail.ru smtp.mailfrom=flashed@mail.ru X-7FA49CB5: 0D63561A33F958A54BB442F2FE9C29E9555A02C7C5A5ABA05AD675E4EC42F253725E5C173C3A84C3AE03C408E24EC370DAF6177C4AF6F09128A6D463EDFD0DBBC4224003CC836476C0CAF46E325F83A50BF2EBBBDD9D6B0F2AF38021CC9F462D574AF45C6390F7469DAA53EE0834AAEE X-Mailru-Sender: 159DE679A9C6F657CB201B87257888728960882E8FDF78DEF3F986A644A95ECB2542250CF952557535240BD9E37F4C362F445727719BCECB540ECE9B597817E15BECAF0817D12387B4A721A3011E896F X-Mras: OK Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: The patch removes unused TIOCSSERIAL case from ioctl. TIOCGSERIAL case moves to the get_serial_info() function. Mikhail Zaytsev (2): USB: serial: ark3116: Remove unused TIOCSSERIAL ioctl case. USB: serial: ark3116: Move TIOCGSERIAL ioctl case to function. drivers/usb/serial/ark3116.c | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) -- 2.11.0