mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
gpio: virtuser: stop using dev-sync-probe
dev-err-probe is an overengineered solution to a simple problem. Use a combination of wait_for_probe() and device_is_bound() to synchronously wait for the platform device to probe. Reviewed-by: Linus Walleij <linusw@kernel.org> Link: https://patch.msgid.link/20260327-gpio-kill-dev-sync-probe-v1-3-efac254f1a1d@oss.qualcomm.com Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
This commit is contained in:
@@ -2098,7 +2098,6 @@ config GPIO_VIRTUSER
|
||||
select DEBUG_FS
|
||||
select CONFIGFS_FS
|
||||
select IRQ_WORK
|
||||
select DEV_SYNC_PROBE
|
||||
help
|
||||
Say Y here to enable the configurable, configfs-based virtual GPIO
|
||||
consumer testing driver.
|
||||
|
||||
Reference in New Issue
Block a user