linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] usb: isp1760: clang analyzer fixes
@ 2021-08-19 18:09 Rui Miguel Silva
  2021-08-19 18:09 ` [PATCH 1/5] usb: isp1760: ignore return value for bus change pattern Rui Miguel Silva
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Rui Miguel Silva @ 2021-08-19 18:09 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Alan Stern; +Cc: linux-usb, Rui Miguel Silva

This are fixes for new and pre existing warnings noted by clang
analyzer in this driver which complains about some unused read values,
shift left using negative uninitialized slot numbers and zero
maxpacketsize.

Cheers,
  Rui

Rui Miguel Silva (5):
  usb: isp1760: ignore return value for bus change pattern
  usb: isp1760: check maxpacketsize before using it
  usb: isp1760: do not reset retval
  usb: isp1760: do not shift in uninitialized slot
  usb: isp1760: clean never read udc_enabled warning

 drivers/usb/isp1760/isp1760-core.c |  4 ++--
 drivers/usb/isp1760/isp1760-hcd.c  | 31 ++++++++++++++++++------------
 2 files changed, 21 insertions(+), 14 deletions(-)

-- 
2.33.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-08-19 18:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-19 18:09 [PATCH 0/5] usb: isp1760: clang analyzer fixes Rui Miguel Silva
2021-08-19 18:09 ` [PATCH 1/5] usb: isp1760: ignore return value for bus change pattern Rui Miguel Silva
2021-08-19 18:09 ` [PATCH 2/5] usb: isp1760: check maxpacketsize before using it Rui Miguel Silva
2021-08-19 18:09 ` [PATCH 3/5] usb: isp1760: do not reset retval Rui Miguel Silva
2021-08-19 18:09 ` [PATCH 4/5] usb: isp1760: do not shift in uninitialized slot Rui Miguel Silva
2021-08-19 18:09 ` [PATCH 5/5] usb: isp1760: clean never read udc_enabled warning Rui Miguel Silva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).