Re: [PATCH] video: fbdev: maxinefb: add __initdata to maxinefb_fix

2017-01-11 Thread Bartlomiej Zolnierkiewicz
Hi, On Sunday, January 01, 2017 10:06:17 PM Bhumika Goyal wrote: > The object maxinefb_fix of type fb_fix_screeninfo is never referenced > after initialization by maxinefb_init. In the init function, the object > and one of its fields is only stored into another variable. So, the > object and its

[PATCH] video: fbdev: maxinefb: add __initdata to maxinefb_fix

2017-01-01 Thread Bhumika Goyal
The object maxinefb_fix of type fb_fix_screeninfo is never referenced after initialization by maxinefb_init. In the init function, the object and one of its fields is only stored into another variable. So, the object and its fields are never referenced anywhere after initialization and therefore ad