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:
Shridhar Rasal
2016-05-31 10:49:07 +05:30
committed by Laxman Dewangan
parent c57a31af04
commit ebb39ec0e5

View File

@@ -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)