linux-stable/drivers/usb
Wayne Chang 72b67ce35b usb: typec: ucsi: Don't warn on probe deferral
[ Upstream commit fce703a991 ]

Deferred probe is an expected return value for fwnode_usb_role_switch_get().
Given that the driver deals with it properly, there's no need to output a
warning that may potentially confuse users.

--
V2 -> V3: remove the Fixes and Cc
V1 -> V2: adjust the coding style for better reading format.
 drivers/usb/typec/ucsi/ucsi.c | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Signed-off-by: Wayne Chang <waynec@nvidia.com>
Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20220927134512.2651067-1-waynec@nvidia.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-10-24 09:58:29 +02:00
..
atm usb: remove third argument of usb_maxpacket() 2022-04-23 10:33:53 +02:00
c67x00 USB: c67x00: remove unnecessary check of res 2022-05-12 11:36:46 +02:00
cdns3 usb: cdns3: fix incorrect handling TRB_SMM flag for ISOC transfer 2022-09-08 11:24:05 +02:00
chipidea usb: chipidea: udc: check request status before setting device address 2022-06-24 13:45:23 +02:00
class USB: cdc-acm: Add Icom PMR F3400 support (0c26:0020) 2022-09-08 11:24:05 +02:00
common usb: common: debug: Check non-standard control requests 2022-10-24 09:57:47 +02:00
core usb: add quirks for Lenovo OneLink+ Dock 2022-10-24 09:56:42 +02:00
dwc2 usb: dwc2: fix wrong order of phy_power_on and phy_init 2022-09-08 11:24:05 +02:00
dwc3 usb: dwc3: core: Enable GUCTL1 bit 10 for fixing termination error after resume bug 2022-10-24 09:58:27 +02:00
early usb: early: xhci-dbc: Fix xdbc number parsing 2022-03-15 18:20:34 +01:00
gadget usb: gadget: uvc: increase worker prio to WQ_HIGHPRI 2022-10-24 09:58:25 +02:00
host usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info() 2022-10-24 09:58:26 +02:00
image scsi: Remove drivers/scsi/scsi.h 2022-02-22 21:11:02 -05:00
isp1760 usb: isp1760: Fix out-of-bounds array access 2022-05-19 18:10:59 +02:00
misc usb: idmouse: fix an uninit-value in idmouse_open 2022-10-24 09:58:28 +02:00
mon usb: mon: make mmapped memory read only 2022-10-12 09:51:25 +02:00
mtu3 usb: mtu3: fix failed runtime suspend in host only mode 2022-10-24 09:58:00 +02:00
musb usb: musb: Fix musb_gadget.c rxstate overflow bug 2022-10-24 09:58:26 +02:00
phy Char / Misc / Other smaller driver subsystem updates for 5.19-rc1 2022-06-03 11:36:34 -07:00
renesas_usbhs usb: renesas: Fix refcount leak bug 2022-08-25 11:45:42 +02:00
roles
serial USB: serial: qcserial: add new usb-id for Dell branded EM7455 2022-10-15 08:01:43 +02:00
storage Revert "usb: storage: Add quirk for Samsung Fit flash" 2022-10-24 09:58:27 +02:00
typec usb: typec: ucsi: Don't warn on probe deferral 2022-10-24 09:58:29 +02:00
usbip usbip: vudc: Don't enable IRQs prematurely 2022-08-17 15:15:05 +02:00
Kconfig
Makefile
usb-skeleton.c