diff options
author | Marc Zyngier <[email protected]> | 2021-07-25 19:07:54 +0100 |
---|---|---|
committer | Lee Jones <[email protected]> | 2021-08-05 12:41:06 +0100 |
commit | 9ff80e2de36d0554e3a6da18a171719fe8663c17 (patch) | |
tree | 89053da4d70cc9ce4ba58e07ecb659d0d5ba50f9 /lib/test_overflow.c | |
parent | ab09511fb69bdd4c4767053d7766f4bb9d6e36ec (diff) |
mfd: Don't use irq_create_mapping() to resolve a mapping
Although irq_create_mapping() is able to deal with duplicate
mappings, it really isn't supposed to be a substitute for
irq_find_mapping(), and can result in allocations that take place
in atomic context if the mapping didn't exist.
Fix the handful of MFD drivers that use irq_create_mapping() in
interrupt context by using irq_find_mapping() instead.
Cc: Linus Walleij <[email protected]>
Cc: Lee Jones <[email protected]>
Cc: Maxime Coquelin <[email protected]>
Cc: Alexandre Torgue <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions