usb: dwc3: core: Fix unused variable warning in core driver
authorKrishna Kurapati <quic_kriskura@quicinc.com>
Mon, 6 May 2024 07:49:39 +0000 (13:19 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 11 May 2024 07:40:22 +0000 (08:40 +0100)
commit01be965ce5ab028c15fa64bbfdd59aac87a374ca
tree8234f332b185c297e62bf555ea0da8212368154a
parent344f74cf531d90245e1296b3ffbaa7df99dd18f6
usb: dwc3: core: Fix unused variable warning in core driver

While fixing a merge conflict in linux-next, hw_mode variable
was left unused. Remove the unused variable in hs_phy_setup call.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/all/202405030439.AH8NR0Mg-lkp@intel.com/
Signed-off-by: Krishna Kurapati <quic_kriskura@quicinc.com>
Acked-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com>
Link: https://lore.kernel.org/r/20240506074939.1833835-1-quic_kriskura@quicinc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/core.c