Merge branch 'asoc-5.3' into asoc-5.4
This commit is contained in:
@@ -325,7 +325,7 @@ int axg_tdm_formatter_probe(struct platform_device *pdev)
|
||||
}
|
||||
|
||||
/* Formatter dedicated reset line */
|
||||
formatter->reset = reset_control_get_optional_exclusive(dev, NULL);
|
||||
formatter->reset = devm_reset_control_get_optional_exclusive(dev, NULL);
|
||||
if (IS_ERR(formatter->reset)) {
|
||||
ret = PTR_ERR(formatter->reset);
|
||||
if (ret != -EPROBE_DEFER)
|
||||
|
Reference in New Issue
Block a user