|
@@ -144,7 +144,7 @@ static int sun4i_drv_bind(struct device *dev)
|
|
drv->layers = sun4i_layers_init(drm);
|
|
drv->layers = sun4i_layers_init(drm);
|
|
if (IS_ERR(drv->layers)) {
|
|
if (IS_ERR(drv->layers)) {
|
|
dev_err(drm->dev, "Couldn't create the planes\n");
|
|
dev_err(drm->dev, "Couldn't create the planes\n");
|
|
- ret = -EINVAL;
|
|
|
|
|
|
+ ret = PTR_ERR(drv->layers);
|
|
goto free_drm;
|
|
goto free_drm;
|
|
}
|
|
}
|
|
|
|
|