[PATCH 0/2] Fix unassigned variables in xhci driver

Selvarasu Ganesan posted 2 patches 10 months, 1 week ago
Only 0 patches received!
There is a newer version of this series
drivers/usb/host/xhci-hub.c | 2 +-
drivers/usb/host/xhci-mem.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[PATCH 0/2] Fix unassigned variables in xhci driver
Posted by Selvarasu Ganesan 10 months, 1 week ago
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
Re: [PATCH 0/2] Fix unassigned variables in xhci driver
Posted by Greg KH 10 months, 1 week ago
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