Merge "ASoC: wsa881x-analog: make probe as async probes"

This commit is contained in:
Linux Build Service Account 2017-05-11 06:47:55 -07:00 committed by Gerrit - the friendly Code Review server
commit a71b4b38b9

View file

@ -1413,6 +1413,7 @@ static struct i2c_driver wsa881x_codec_driver = {
.driver = {
.name = "wsa881x-i2c-codec",
.owner = THIS_MODULE,
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
#ifdef CONFIG_PM_SLEEP
.pm = &wsa881x_i2c_pm_ops,
#endif