Re: [PATCH 4/5] usb: ohci-da8xx: Remove clock code that references mach

From: David Lechner
Date: Wed Mar 16 2016 - 14:00:38 EST


On 03/16/2016 09:50 AM, Alan Stern wrote:

Is it theoretically impossible for a da8xx platform to have more than
one OHCI controller?

If it isn't, you better not use static variables to hold per-device
data.

Yes, it is theoretically impossible, but probably better to not use static variables anyway.