drm/tegra: vic: Do not clear driver data
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. Reviewed-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
02be8e4fbb
commit
3ff41673d5
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue