mbox series

[0/5] USB: serial: W=1 related cleanups

Message ID 20200701165342.15448-1-johan@kernel.org (mailing list archive)
Headers show
Series USB: serial: W=1 related cleanups | expand

Message

Johan Hovold July 1, 2020, 4:53 p.m. UTC
People have started submitting patches to "fix" W=1 warning (some even
reported by bots). Let's just address the remaining ones in USB serial
to avoid having to spend more time on this.

Johan


Johan Hovold (5):
  USB: serial: garmin_gps: don't compile unused packet definitions
  USB: serial: iuu_phoenix: drop unused URB submission results
  USB: serial: keyspan_pda: drop unused firmware reset status
  USB: serial: kobil_sct: log failure to update line settings
  USB: serial: quatech2: drop two stub functions

 drivers/usb/serial/garmin_gps.c  | 13 ++++++++-----
 drivers/usb/serial/iuu_phoenix.c | 12 ++++--------
 drivers/usb/serial/keyspan_pda.c |  3 +--
 drivers/usb/serial/kobil_sct.c   |  4 ++++
 drivers/usb/serial/quatech2.c    | 18 +-----------------
 5 files changed, 18 insertions(+), 32 deletions(-)

Comments

Greg KH July 1, 2020, 5:23 p.m. UTC | #1
On Wed, Jul 01, 2020 at 06:53:37PM +0200, Johan Hovold wrote:
> People have started submitting patches to "fix" W=1 warning (some even
> reported by bots). Let's just address the remaining ones in USB serial
> to avoid having to spend more time on this.
> 
> Johan
> 
> 
> Johan Hovold (5):
>   USB: serial: garmin_gps: don't compile unused packet definitions
>   USB: serial: iuu_phoenix: drop unused URB submission results
>   USB: serial: keyspan_pda: drop unused firmware reset status
>   USB: serial: kobil_sct: log failure to update line settings
>   USB: serial: quatech2: drop two stub functions

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>