23.01.2019 16:42, Thierry Reding пишет:
> From: Thierry Reding <tred...@nvidia.com>
> 
> Upon driver failure, the driver core will take care of clearing the
> driver data, so there's no need to do so explicitly in the driver.
> 
> Signed-off-by: Thierry Reding <tred...@nvidia.com>
> ---
>  drivers/gpu/drm/tegra/vic.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/tegra/vic.c b/drivers/gpu/drm/tegra/vic.c
> index 9cb10d1e923a..d20fcbf6196d 100644
> --- a/drivers/gpu/drm/tegra/vic.c
> +++ b/drivers/gpu/drm/tegra/vic.c
> @@ -412,7 +412,6 @@ static int vic_probe(struct platform_device *pdev)
>       err = host1x_client_register(&vic->client.base);
>       if (err < 0) {
>               dev_err(dev, "failed to register host1x client: %d\n", err);
> -             platform_set_drvdata(pdev, NULL);
>               goto exit_falcon;
>       }
>  
> 

Looks good,

Reviewed-by: Dmitry Osipenko <dig...@gmail.com>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to