Re: [PATCH 00/12] isdn: hisax: Fix pnp_irq's error checking

From: David Miller
Date: Thu Nov 16 2017 - 08:33:10 EST


From: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>
Date: Thu, 16 Nov 2017 09:57:17 +0530

> The pnp_irq() function returns -1 if an error occurs.
> pnp_irq() error checking for zero is not correct.

I can't say I like all of the mixing of "-1", and unsigned
integer values (pnp_irq() returns resource_size_t, the
IsdnCard->para[] arran entries are "unsigned long") but
what can I do.

Series applied, thanks.