diff options
author | Richard Fitzgerald <[email protected]> | 2021-10-15 14:36:08 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2021-10-15 16:14:16 +0100 |
commit | 0306988789d9d91a18ff70bd2bf165d3ae0ef1dd (patch) | |
tree | 139f69ac93a0ffab383b179242fe54debf55cd2d /scripts/gdb/linux/tasks.py | |
parent | 917d5758014b37cf97b946dd130aad9353c354dc (diff) |
ASoC: cs42l42: Defer probe if request_threaded_irq() returns EPROBE_DEFER
The driver can run without an interrupt so if devm_request_threaded_irq()
failed, the probe() just carried on. But if this was EPROBE_DEFER the
driver would continue without an interrupt instead of deferring to wait
for the interrupt to become available.
Fixes: 2c394ca79604 ("ASoC: Add support for CS42L42 codec")
Signed-off-by: Richard Fitzgerald <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions