[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <0cf6f211-90ba-2f7b-978f-f1cfa1b11554@lechnology.com>
Date: Mon, 24 Oct 2016 20:12:59 -0500
From: David Lechner <david@...hnology.com>
To: ahaslam@...libre.com, gregkh@...uxfoundation.org, johan@...nel.org,
robh+dt@...nel.org, nsekhar@...com, stern@...land.harvard.edu,
khilman@...libre.com, sshtylyov@...mvista.com, broonie@...nel.org,
abailon@...libre.com
Cc: linux-usb@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH/RFT v2 13/17] USB: da8xx: use ohci priv data instead of
globals
On 10/24/2016 11:46 AM, ahaslam@...libre.com wrote:
> From: Axel Haslam <ahaslam@...libre.com>
> > static const struct ohci_driver_overrides da8xx_overrides __initconst = {
> - .reset = ohci_da8xx_reset
> + .reset = ohci_da8xx_reset,
> + .extra_priv_size = sizeof(struct da8xx_ohci_hcd),
nit: since you are changing both lines anyway, you might as well make
the ='s line up.
> };
>
> /*
>
Powered by blists - more mailing lists