Re: [GIT pull] irq updates for 4.13

From: Tony Lindgren
Date: Tue Jul 11 2017 - 12:20:53 EST


* Sebastian Reichel <sebastian.reichel@xxxxxxxxxxxxxxx> [170711 07:41]:
> Ack, that also works for me. The strange thing is, that I added the
> following before and it did not print anything.
>
> if (!pm_runtime_enabled(bank->chip.parent))
> dev_err(bank->chip.parent, "runtime pm issue!\n");

Enabled but not active, you should have tested for !pm_runtime_active()?

Regards,

Tony