[PATCH/RFT v2 13/17] USB: da8xx: use ohci priv data instead of globals

Axel Haslam ahaslam at baylibre.com
Tue Oct 25 02:56:36 PDT 2016


On Tue, Oct 25, 2016 at 3:12 AM, David Lechner <david at lechnology.com> wrote:
> On 10/24/2016 11:46 AM, ahaslam at baylibre.com wrote:
>>
>> From: Axel Haslam <ahaslam at baylibre.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.

ok, will do.

>
>>  };
>>
>>  /*
>>
>



More information about the linux-arm-kernel mailing list