mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 22:14:03 +02:00
platform_get_irq_optional() never returns 0. It returns a positive IRQ number on success or a negative error code on failure. Return -EPROBE_DEFER from platform_get_irq_optional() so the driver is re-probed when the interrupt resource becomes available instead of continuing probe without an IRQ. Signed-off-by: bui duc phuc <phucduc.bui@gmail.com> Link: https://patch.msgid.link/20260806061046.25323-1-phucduc.bui@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org> |
||
|---|---|---|
| .. | ||
| dwc-i2s.c | ||
| dwc-pcm.c | ||
| Kconfig | ||
| local.h | ||
| Makefile | ||