Re: [PATCH] drivers/video/fbdev/omap/lcd_mipid.c: add const to lcd_panel structure

2017-08-01 Thread Bartlomiej Zolnierkiewicz
On Friday, July 14, 2017 02:44:06 PM Bhumika Goyal wrote: > Make lcd_panel structure const as it is only copied to some object. > As the only usage of this structure is a copy operation, so it can be > made const. > > Signed-off-by: Bhumika Goyal Patch queued for 4.14, thanks. Best regards, --

[PATCH] drivers/video/fbdev/omap/lcd_mipid.c: add const to lcd_panel structure

2017-07-14 Thread Bhumika Goyal
Make lcd_panel structure const as it is only copied to some object. As the only usage of this structure is a copy operation, so it can be made const. Signed-off-by: Bhumika Goyal --- drivers/video/fbdev/omap/lcd_mipid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/