We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1426b9b commit bfbc79dCopy full SHA for bfbc79d
sound/soc/codecs/wcd938x.c
@@ -3448,10 +3448,6 @@ static int wcd938x_bind(struct device *dev)
3448
wcd938x->sdw_priv[AIF1_CAP] = dev_get_drvdata(wcd938x->txdev);
3449
wcd938x->sdw_priv[AIF1_CAP]->wcd938x = wcd938x;
3450
wcd938x->tx_sdw_dev = dev_to_sdw_dev(wcd938x->txdev);
3451
- if (!wcd938x->tx_sdw_dev) {
3452
- dev_err(dev, "could not get txslave with matching of dev\n");
3453
- return -EINVAL;
3454
- }
3455
3456
/* As TX is main CSR reg interface, which should not be suspended first.
3457
* expicilty add the dependency link */
0 commit comments