usb: dwc3: dwc3-octeon: Pass dwc3_octeon to setup functions
authorLadislav Michl <ladis@linux-mips.org>
Mon, 31 Jul 2023 09:31:46 +0000 (11:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Aug 2023 12:52:15 +0000 (14:52 +0200)
commit23f87bcac649e91dce5a8bb8bd2908636117d6bd
treecc767f481c9b2ccad0919851e79e98619f95c899
parent417840663ab858bafb3a0d6d86e73a5db506202a
usb: dwc3: dwc3-octeon: Pass dwc3_octeon to setup functions

Pass dwc3_octeon instead of just the base. It fits with the
function names and it requires less change in the future if
access to dwc3_octeon is needed.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com>
Link: https://lore.kernel.org/r/ZMd/gt58laSlqAAT@lenoch
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/dwc3-octeon.c