mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
video: tegra: host: Add nvmap client name
Passes a name to nvmap_create_client so it can be tracked for debugging. Change-Id: I47c958549c29fb3d5299f6c693e1be79b27a29f3 Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
This commit is contained in:
@@ -669,7 +669,7 @@ static int __devinit nvhost_probe(struct platform_device *pdev)
|
||||
|
||||
host->pdev = pdev;
|
||||
|
||||
host->nvmap = nvmap_create_client(nvmap_dev);
|
||||
host->nvmap = nvmap_create_client(nvmap_dev, "nvhost");
|
||||
if (!host->nvmap) {
|
||||
dev_err(&pdev->dev, "unable to create nvmap client\n");
|
||||
err = -EIO;
|
||||
|
||||
Reference in New Issue
Block a user