On Tue, 18 Mar 2014 09:11:19 +0100
Heiko Carstens <heiko.carst...@de.ibm.com> wrote:

> On Mon, Mar 17, 2014 at 07:11:37PM +0100, Cornelia Huck wrote:
> > Add a new interface to register/deregister sources of adapter interrupts
> > identified by an unique id via the flic. Adapters may also be maskable
> > and carry a list of pinned pages.
> > 
> > These adapters will be used by irq routing later.
> > 
> > Signed-off-by: Cornelia Huck <cornelia.h...@de.ibm.com>
> > ---
> 
> [...]
> 
> > +#define MAX_S390_IO_ADAPTERS (MAX_ISC + 1) * 8
> 
> Subtle possible bug alert ;) Please add braces around (MAX_ISC + 1) * 8.

Makes sense, will do.


Reply via email to