Re: [PATCH 10/11] greybus: usb: constify hc_driver structures

From: Johan Hovold
Date: Mon Jul 31 2017 - 03:14:22 EST


On Fri, Jul 28, 2017 at 10:41:57PM +0200, Julia Lawall wrote:
> The hc_driver structure is only passed as the first argument to
> usb_create_hcd, which is declared as const. Thus the hc_driver structure
> itself can be const.
>
> Done with the help of Coccinelle.
>
> Signed-off-by: Julia Lawall <Julia.Lawall@xxxxxxx>

Acked-by: Johan Hovold <johan@xxxxxxxxxx>

Thanks,
Johan