[U-Boot] [PATCH 06/16] usb: dwc2: remove unused variable regs_otg

Lukasz Majewski lukma at denx.de
Mon Apr 8 21:54:59 UTC 2019


On Fri, 29 Mar 2019 15:42:14 +0100
Patrick Delaunay <patrick.delaunay at st.com> wrote:

> Remove the global regs_otg variable.
> 
> Signed-off-by: Patrick Delaunay <patrick.delaunay at st.com>
> ---
> 
>  drivers/usb/gadget/dwc2_udc_otg.c | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/drivers/usb/gadget/dwc2_udc_otg.c
> b/drivers/usb/gadget/dwc2_udc_otg.c index 3c7ad03..edca05d 100644
> --- a/drivers/usb/gadget/dwc2_udc_otg.c
> +++ b/drivers/usb/gadget/dwc2_udc_otg.c
> @@ -140,7 +140,6 @@ static struct usb_ep_ops dwc2_ep_ops = {
>  
>  /***********************************************************/
>  
> -void __iomem		*regs_otg;
>  struct dwc2_usbotg_reg *reg;
>  
>  bool dfu_usb_get_reset(void)
> @@ -818,8 +817,6 @@ int dwc2_udc_probe(struct dwc2_plat_otg_data
> *pdata) 
>  	reg = (struct dwc2_usbotg_reg *)pdata->regs_otg;
>  
> -	/* regs_otg = (void *)pdata->regs_otg; */
> -
>  	dev->gadget.is_dualspeed = 1;	/* Hack only*/
>  	dev->gadget.is_otg = 0;
>  	dev->gadget.is_a_peripheral = 0;

Reviewed-by: Lukasz Majewski <lukma at denx.de>


Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190408/3ea7f984/attachment.sig>


More information about the U-Boot mailing list