From f848e58037afd21fc4afc934b397a4a6124c0602 Mon Sep 17 00:00:00 2001 From: huangdesheng Date: Thu, 17 Mar 2011 17:43:12 +0800 Subject: [PATCH] modify change camera bring to win0 black problem --- drivers/video/rk29_fb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/video/rk29_fb.c b/drivers/video/rk29_fb.c index e290040a6f0c..bf8390e546a4 100755 --- a/drivers/video/rk29_fb.c +++ b/drivers/video/rk29_fb.c @@ -1782,7 +1782,6 @@ int fb1_open(struct fb_info *info, int user) par->addr_seted = 0; inf->video_mode = 1; wq_condition2 = 1; - memset(inf->fb0->screen_base, 0, inf->fb0->fix.smem_len); if(par->refcount) { printk(">>>>>> fb1 has opened! \n"); return -EACCES; -- 2.34.1