diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2020-12-12 13:57:11 +0300 |
---|---|---|
committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2020-12-13 00:08:27 +0300 |
commit | 807042539d8ed11299c9278e55d2cb6df8d04a39 (patch) | |
tree | 48f35b4f65878844ba35060a0972851ee4ef150d /kernel/jump_label.c | |
parent | 532b623f3c86d5166a8bb8acaa94fc3629d8ba97 (diff) | |
download | linux-807042539d8ed11299c9278e55d2cb6df8d04a39.tar.xz |
power: supply: ab8500_fg: Request all IRQs as threaded
Since these IRQs are cascaded from a nested IRQ, the
generic IRQ system detects this and refuse to deliver
a fastpath IRQ in response to request_irq():
nested = irq_settings_is_nested_thread(desc);
if (nested) {
if (!new->thread_fn) {
ret = -EINVAL;
goto out_mput;
}
(...)
Threaded IRQs work just as well so let's just request
threaded IRQs. One of the IRQs are alread requested
as threaded anyways.
Cc: Marcus Cooper <codekipper@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'kernel/jump_label.c')
0 files changed, 0 insertions, 0 deletions