mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
staging: xgifb: delete an empty string
Delete a string which is always empty. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Reviewed-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
8145f9febb
commit
b64aa655c2
@ -163,7 +163,6 @@ static struct fb_fix_screeninfo XGIfb_fix = {
|
||||
.xpanstep = 1,
|
||||
.ypanstep = 1,
|
||||
};
|
||||
static char myid[20];
|
||||
static u32 pseudo_palette[17];
|
||||
|
||||
|
||||
|
@ -1481,8 +1481,6 @@ static int XGIfb_get_fix(struct fb_fix_screeninfo *fix, int con,
|
||||
DEBUGPRN("inside get_fix");
|
||||
memset(fix, 0, sizeof(struct fb_fix_screeninfo));
|
||||
|
||||
strcpy(fix->id, myid);
|
||||
|
||||
fix->smem_start = xgi_video_info.video_base;
|
||||
|
||||
fix->smem_len = xgi_video_info.video_size;
|
||||
|
Loading…
x
Reference in New Issue
Block a user