summaryrefslogtreecommitdiff
path: root/driver/ioexpander/ioexpander_nct38xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/ioexpander/ioexpander_nct38xx.c')
-rw-r--r--driver/ioexpander/ioexpander_nct38xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/ioexpander/ioexpander_nct38xx.c b/driver/ioexpander/ioexpander_nct38xx.c
index 7472bf0162..b6966c584d 100644
--- a/driver/ioexpander/ioexpander_nct38xx.c
+++ b/driver/ioexpander/ioexpander_nct38xx.c
@@ -420,7 +420,7 @@ int nct38xx_ioex_event_handler(int ioex)
if (ioex == g->ioex && i == g->port &&
(pending & g->mask)) {
- ioex_irq_handlers[j](j);
+ ioex_irq_handlers[j](j + IOEX_SIGNAL_START);
pending &= ~g->mask;
if (!pending)
break;