On Tue, 18 Mar 2014 09:11:19 +0100 Heiko Carstens <heiko.carstens@xxxxxxxxxx> 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.huck@xxxxxxxxxx> > > --- > > [...] > > > +#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. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html