Re: [PATCH v6 1/5] USB: ohci: da8xx: use ohci priv data instead of globals

From: David Lechner
Date: Tue Nov 22 2016 - 15:46:53 EST


On 11/21/2016 10:30 AM, Axel Haslam wrote:
Instead of global variables, use the extra_priv_size of
the ohci driver.

We cannot yet move the ocic mask because this is used on
the interrupt handler which is registerded through platform

s/registerded/registered/

data and does not have an hcd pointer. This will be moved
on a later patch.

Signed-off-by: Axel Haslam <ahaslam@xxxxxxxxxxxx>
---

Looks good to me (other than the spelling error above).

Tested-by: David Lechner <david@xxxxxxxxxxxxxx>