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@lip6.fr
Acked-by: Johan Hovold johan@kernel.org
Thanks, Johan