mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
fix recovery memset fb1 segment fault err
This commit is contained in:
@@ -463,7 +463,7 @@ static int rk_fb_set_par(struct fb_info *info)
|
||||
smem_len = fix->line_length * yvir + cblen + crlen;
|
||||
// map_size = PAGE_ALIGN(smem_len);
|
||||
|
||||
fix->smem_len = smem_len;
|
||||
//fix->smem_len = smem_len;
|
||||
par->xpos = xpos;
|
||||
par->ypos = ypos;
|
||||
par->xsize = xsize;
|
||||
|
||||
Reference in New Issue
Block a user