Merge remote-tracking branches 'asoc/topic/rt5665', 'asoc/topic/rt5670', 'asoc/topic...
[sfrench/cifs-2.6.git] / sound / soc / img / img-parallel-out.c
index 33ceb207ee7040ab8f32b5ef5e7546099bd42617..23b0f0f6ec9cb698742bafc7f7a3b80a790679ce 100644 (file)
@@ -224,7 +224,7 @@ static int img_prl_out_probe(struct platform_device *pdev)
 
        prl->base = base;
 
-       prl->rst = devm_reset_control_get(&pdev->dev, "rst");
+       prl->rst = devm_reset_control_get_exclusive(&pdev->dev, "rst");
        if (IS_ERR(prl->rst)) {
                if (PTR_ERR(prl->rst) != -EPROBE_DEFER)
                        dev_err(&pdev->dev, "No top level reset found\n");