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