All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Fix unassigned variables in xhci driver
       [not found] <CGME20250213042208epcas5p2f9dd1305a647d26d6ee55d15dd1967dc@epcas5p2.samsung.com>
@ 2025-02-13  4:21 ` Selvarasu Ganesan
  0 siblings, 0 replies; only message in thread
From: Selvarasu Ganesan @ 2025-02-13  4:21 UTC (permalink / raw)
  To: mathias.nyman, gregkh, WeitaoWang-oc, Thinh.Nguyen, linux-usb,
	linux-kernel
  Cc: jh0801.jung, dh10.jung, naushad, akash.m5, h10.kim, eomji.oh,
	alim.akhtar, thiagu.r, muhammed.ali, pritam.sutar, cpgs,
	Selvarasu Ganesan

This series of patches to fix the following smatch errors from
xhci driver:

drivers/usb/host/xhci-mem.c:2060 xhci_add_in_port() error: unassigned variable 'tmp_minor_revision'
drivers/usb/host/xhci-hub.c:71 xhci_create_usb3x_bos_desc() error: unassigned variable 'bcdUSB'

Change in v2: 
 - Fix bot error from Greg
 - https://lore.kernel.org/linux-usb/2025021234-reaction-womankind-1c0b@gregkh/

Selvarasu Ganesan (2):
  usb: xhci: Fix unassigned variable 'tmp_minor_revision' in
    xhci_add_in_port()
  usb: xhci: Fix unassigned variable 'bcdUSB' in
    xhci_create_usb3x_bos_desc()

 drivers/usb/host/xhci-hub.c | 2 +-
 drivers/usb/host/xhci-mem.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.17.1



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-02-13  4:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CGME20250213042208epcas5p2f9dd1305a647d26d6ee55d15dd1967dc@epcas5p2.samsung.com>
2025-02-13  4:21 ` [PATCH v2 0/2] Fix unassigned variables in xhci driver Selvarasu Ganesan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.