summaryrefslogtreecommitdiffstats
path: root/drivers/video/smscufx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/smscufx.c')
-rw-r--r--drivers/video/smscufx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/smscufx.c b/drivers/video/smscufx.c
index e188ada2ffd1..d513ed6a49f2 100644
--- a/drivers/video/smscufx.c
+++ b/drivers/video/smscufx.c
@@ -1147,7 +1147,7 @@ static void ufx_free_framebuffer_work(struct work_struct *work)
1147 1147
1148 fb_destroy_modelist(&info->modelist); 1148 fb_destroy_modelist(&info->modelist);
1149 1149
1150 dev->info = 0; 1150 dev->info = NULL;
1151 1151
1152 /* Assume info structure is freed after this point */ 1152 /* Assume info structure is freed after this point */
1153 framebuffer_release(info); 1153 framebuffer_release(info);