video: leo: Remove redundant dev_set_drvdata

Driver core sets driver data to NULL upon failure or remove.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
Sachin Kamat 2013-09-20 12:02:12 +05:30 committed by Tomi Valkeinen
parent 22b67c0ab2
commit 064f29e00a
1 changed files with 0 additions and 2 deletions

View File

@ -648,8 +648,6 @@ static int leo_remove(struct platform_device *op)
framebuffer_release(info);
dev_set_drvdata(&op->dev, NULL);
return 0;
}