commit | 09b18f2f3be256cc32eff028a9416a2ae19d5487 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Wed Jul 21 18:02:15 2021 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jul 29 17:08:40 2021 +0200 |
tree | b4918d0c7bb2c883ae3cdcede06b68dd7565d493 | |
parent | 0912ef4855e8e463a8d724efd6bee08e9b5d3f1e [diff] |
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>