On Fri, Mar 15, 2019 at 06:10:59PM +0800, Morris Ku wrote: > +driver support maximum 4 boards can be installed incombination > +(up to 32 serial port and 2 parallel port) > + > +And do we really need a global list of them ? (instead of just having > +all per-board / per-port data in a per-board / per-port driver instance) > + > + > i prefer to keep current format.
No, this needs to be fixed, you can not use static arrays anymore for stuff like this. greg k-h

