Loading drivers/video/udlfb.c +1 −1 Original line number Diff line number Diff line Loading @@ -1166,7 +1166,7 @@ static int dlfb_realloc_framebuffer(struct dlfb_data *dev, struct fb_info *info) int new_len; unsigned char *old_fb = info->screen_base; unsigned char *new_fb; unsigned char *new_back = 0; unsigned char *new_back = NULL; pr_warn("Reallocating framebuffer. Addresses will change!\n"); Loading Loading
drivers/video/udlfb.c +1 −1 Original line number Diff line number Diff line Loading @@ -1166,7 +1166,7 @@ static int dlfb_realloc_framebuffer(struct dlfb_data *dev, struct fb_info *info) int new_len; unsigned char *old_fb = info->screen_base; unsigned char *new_fb; unsigned char *new_back = 0; unsigned char *new_back = NULL; pr_warn("Reallocating framebuffer. Addresses will change!\n"); Loading