public inbox for linux-usb@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix unassigned variables in xhci driver
       [not found] <CGME20250211115704epcas5p4140a490572fb9c4ac71a82abcb61f291@epcas5p4.samsung.com>
@ 2025-02-11 11:56 ` Selvarasu Ganesan
  2025-02-12 14:26   ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Selvarasu Ganesan @ 2025-02-11 11:56 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'

---
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] 2+ messages in thread

* Re: [PATCH 0/2] Fix unassigned variables in xhci driver
  2025-02-11 11:56 ` [PATCH 0/2] Fix unassigned variables in xhci driver Selvarasu Ganesan
@ 2025-02-12 14:26   ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2025-02-12 14:26 UTC (permalink / raw)
  To: Selvarasu Ganesan
  Cc: mathias.nyman, WeitaoWang-oc, Thinh.Nguyen, linux-usb,
	linux-kernel, jh0801.jung, dh10.jung, naushad, akash.m5, h10.kim,
	eomji.oh, alim.akhtar, thiagu.r, muhammed.ali, pritam.sutar, cpgs

On Tue, Feb 11, 2025 at 05:26:28PM +0530, Selvarasu Ganesan wrote:
> 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'
> 
> ---
> 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
> 
> 

Hi,

This is the friendly patch-bot of Greg Kroah-Hartman.  You have sent him
a patch that has triggered this response.  He used to manually respond
to these common problems, but in order to save his sanity (he kept
writing the same thing over and over, yet to different people), I was
created.  Hopefully you will not take offence and will fix the problem
in your patch and resubmit it so that it can be accepted into the Linux
kernel tree.

You are receiving this message because of the following common error(s)
as indicated below:

- This looks like a new version of a previously submitted patch, but you
  did not list below the --- line any changes from the previous version.
  Please read the section entitled "The canonical patch format" in the
  kernel file, Documentation/process/submitting-patches.rst for what
  needs to be done here to properly describe this.

If you wish to discuss this problem further, or you have questions about
how to resolve this issue, please feel free to respond to this email and
Greg will reply once he has dug out from the pending patches received
from other developers.

thanks,

greg k-h's patch email bot

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

end of thread, other threads:[~2025-02-12 14:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CGME20250211115704epcas5p4140a490572fb9c4ac71a82abcb61f291@epcas5p4.samsung.com>
2025-02-11 11:56 ` [PATCH 0/2] Fix unassigned variables in xhci driver Selvarasu Ganesan
2025-02-12 14:26   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox