|
@@ -232,7 +232,7 @@ static int sun9i_a80_de_clk_probe(struct platform_device *pdev)
|
|
|
|
|
|
rstc = devm_reset_control_get_exclusive(&pdev->dev, NULL);
|
|
rstc = devm_reset_control_get_exclusive(&pdev->dev, NULL);
|
|
if (IS_ERR(rstc)) {
|
|
if (IS_ERR(rstc)) {
|
|
- ret = PTR_ERR(bus_clk);
|
|
|
|
|
|
+ ret = PTR_ERR(rstc);
|
|
if (ret != -EPROBE_DEFER)
|
|
if (ret != -EPROBE_DEFER)
|
|
dev_err(&pdev->dev,
|
|
dev_err(&pdev->dev,
|
|
"Couldn't get reset control: %d\n", ret);
|
|
"Couldn't get reset control: %d\n", ret);
|