aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/au1100fb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/au1100fb.c')
-rw-r--r--drivers/video/au1100fb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/au1100fb.c b/drivers/video/au1100fb.c
index 700cac067b46..606a3babe792 100644
--- a/drivers/video/au1100fb.c
+++ b/drivers/video/au1100fb.c
@@ -579,7 +579,6 @@ failed:
579 if (fbdev->info.cmap.len != 0) { 579 if (fbdev->info.cmap.len != 0) {
580 fb_dealloc_cmap(&fbdev->info.cmap); 580 fb_dealloc_cmap(&fbdev->info.cmap);
581 } 581 }
582 platform_set_drvdata(dev, NULL);
583 582
584 return -ENODEV; 583 return -ENODEV;
585} 584}