From ebb39ec0e5fe31b883d411d665c54cbacd20b21f Mon Sep 17 00:00:00 2001 From: Shridhar Rasal Date: Tue, 31 May 2016 10:49:07 +0530 Subject: [PATCH] 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 Reviewed-on: http://git-master/r/1156132 GVS: Gerrit_Virtual_Submit Reviewed-by: Prashant Gaikwad --- drivers/video/tegra/host/nvdla/nvdla.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/video/tegra/host/nvdla/nvdla.c b/drivers/video/tegra/host/nvdla/nvdla.c index 6f6f5f63..f6a8c3f7 100644 --- a/drivers/video/tegra/host/nvdla/nvdla.c +++ b/drivers/video/tegra/host/nvdla/nvdla.c @@ -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)