mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-21 13:46:29 +00:00
devm_acpi_dev_add_driver_gpios() returns -ENXIO if CONFIG_ACPI
is disabled (e.g. on device tree platforms).
In this case, nxp-nci will silently fail to probe.
The other NFC drivers only log a debug message if
devm_acpi_dev_add_driver_gpios() fails.
Do the same in nxp-nci to fix this problem.
Fixes:
|
||
|---|---|---|
| .. | ||
| core.c | ||
| firmware.c | ||
| i2c.c | ||
| Kconfig | ||
| Makefile | ||
| nxp-nci.h | ||