mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
video: tegra: host: do not set private data during probe
private data element of platform data is set during falcon init time. So remove setting it probe time. Jira DLA-33 Change-Id: I9807d4520757e8e708b674a1b8f4f95aa24ad526 Signed-off-by: Shridhar Rasal <srasal@nvidia.com> Reviewed-on: http://git-master/r/1156132 GVS: Gerrit_Virtual_Submit Reviewed-by: Prashant Gaikwad <pgaikwad@nvidia.com>
This commit is contained in:
committed by
Laxman Dewangan
parent
c57a31af04
commit
ebb39ec0e5
@@ -153,7 +153,6 @@ static int nvdla_probe(struct platform_device *dev)
|
||||
pdata->pdev = dev;
|
||||
mutex_init(&pdata->lock);
|
||||
platform_set_drvdata(dev, pdata);
|
||||
pdata->private_data = nvdla;
|
||||
|
||||
err = nvhost_client_device_get_resources(dev);
|
||||
if (err)
|
||||
|
||||
Reference in New Issue
Block a user