diff options
-rw-r--r-- | drivers/video/p9100.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/p9100.c b/drivers/video/p9100.c index 4b23af6e5c28..367cea8f43f3 100644 --- a/drivers/video/p9100.c +++ b/drivers/video/p9100.c | |||
@@ -339,8 +339,6 @@ static int p9100_remove(struct platform_device *op) | |||
339 | 339 | ||
340 | framebuffer_release(info); | 340 | framebuffer_release(info); |
341 | 341 | ||
342 | dev_set_drvdata(&op->dev, NULL); | ||
343 | |||
344 | return 0; | 342 | return 0; |
345 | } | 343 | } |
346 | 344 | ||