diff options
Diffstat (limited to 'drivers/regulator/rt5190a-regulator.c')
| -rw-r--r-- | drivers/regulator/rt5190a-regulator.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/rt5190a-regulator.c b/drivers/regulator/rt5190a-regulator.c index 4a3397b32582..f6c12f87fb8d 100644 --- a/drivers/regulator/rt5190a-regulator.c +++ b/drivers/regulator/rt5190a-regulator.c @@ -505,6 +505,7 @@ MODULE_DEVICE_TABLE(of, rt5190a_device_table);  static struct i2c_driver rt5190a_driver = {  	.driver = {  		.name = "rt5190a", +		.probe_type = PROBE_PREFER_ASYNCHRONOUS,  		.of_match_table = rt5190a_device_table,  	},  	.probe_new = rt5190a_probe,  |