Commit 612f26c4175a08e2dcc0165fea1bc3015a9b49c5

Authored by Kyle Manna
Committed by Afzal Mohammed
1 parent 22c8b24ed6
Exists in master

mfd: TPS65910: Fix typo that clobbers genirq

Fix a typo that clobbers other interrupts in an unobvious way.

Signed-off-by: Kyle Manna <kyle.manna@fuel7.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/mfd/tps65910.c
... ... @@ -184,7 +184,7 @@
184 184 goto err;
185 185  
186 186 init_data->irq = pmic_plat_data->irq;
187   - init_data->irq_base = pmic_plat_data->irq;
  187 + init_data->irq_base = pmic_plat_data->irq_base;
188 188  
189 189 tps65910_gpio_init(tps65910, pmic_plat_data->gpio_base);
190 190