Re: [PATCH] video: fbdev: vt8623fb: constify vt8623_timing_regs

2017-08-18 Thread Bartlomiej Zolnierkiewicz
On Thursday, August 03, 2017 09:27:39 PM Julia Lawall wrote: > vt8623_timing_regs is only passed as the first argument to > svga_check_timings and as the second argument to svga_set_timings, > both of which are const. So make vt8623_timing_regs const also. > > Done with the help of Coccinelle. >

Re: [PATCH] video: fbdev: vt8623fb: constify vt8623_timing_regs

2017-08-18 Thread Bartlomiej Zolnierkiewicz
On Thursday, August 03, 2017 09:27:39 PM Julia Lawall wrote: > vt8623_timing_regs is only passed as the first argument to > svga_check_timings and as the second argument to svga_set_timings, > both of which are const. So make vt8623_timing_regs const also. > > Done with the help of Coccinelle. >

[PATCH] video: fbdev: vt8623fb: constify vt8623_timing_regs

2017-08-03 Thread Julia Lawall
vt8623_timing_regs is only passed as the first argument to svga_check_timings and as the second argument to svga_set_timings, both of which are const. So make vt8623_timing_regs const also. Done with the help of Coccinelle. Signed-off-by: Julia Lawall ---

[PATCH] video: fbdev: vt8623fb: constify vt8623_timing_regs

2017-08-03 Thread Julia Lawall
vt8623_timing_regs is only passed as the first argument to svga_check_timings and as the second argument to svga_set_timings, both of which are const. So make vt8623_timing_regs const also. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/video/fbdev/vt8623fb.c |