* Sebastian Reichel <sebastian.reic...@collabora.co.uk> [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