parport: serial: Get rid of IRQ_NONE abuse
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 21 Jul 2021 15:02:15 +0000 (18:02 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Jul 2021 15:08:40 +0000 (17:08 +0200)
commit09b18f2f3be256cc32eff028a9416a2ae19d5487
treeb4918d0c7bb2c883ae3cdcede06b68dd7565d493
parent0912ef4855e8e463a8d724efd6bee08e9b5d3f1e
parport: serial: Get rid of IRQ_NONE abuse

IRQ_NONE definition is solely for IRQ handlers and not for generic
probe code. Replace it with plain integer.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210721150216.64823-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/parport/parport_serial.c