diff options
author | Hans de Goede <[email protected]> | 2022-06-12 17:56:52 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-06-24 16:21:47 +0100 |
commit | 4e07479eab8a044cc9542414ccb4aeb8eb033bde (patch) | |
tree | c36b432e9a2f79f965118125109a01cab78d8d97 /lib/mpi/mpi-sub-ui.c | |
parent | a7d9391dc3d570aed87ed764db95b16760c898e4 (diff) |
ASoC: Intel: bytcr_wm5102: Fix GPIO related probe-ordering problem
The "wlf,spkvdd-ena" GPIO needed by the bytcr_wm5102 driver
is made available through a gpio-lookup table.
This gpio-lookup table is registered by drivers/mfd/arizona-spi.c, which
may get probed after the bytcr_wm5102 driver.
If the gpio-lookup table has not registered yet then the gpiod_get()
will return -ENOENT. Treat -ENOENT as -EPROBE_DEFER to still keep
things working in this case.
Signed-off-by: Hans de Goede <[email protected]>
Acked-by: Pierre-Louis Bossart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions