Re: [Intel-gfx] [PATCH 3/4] fb: Make fb_get_options() 'name' parameter const

2013-06-10 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:43 Fri 07 Jun , ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > The string isn't modified so make it const. > > Cc: Jean-Christophe Plagniol-Villard > Cc: Tomi Valkeinen > Cc: linux-fb...@vger.kernel.org > Signed-off-by: Ville Syrjälä Applied Best Regards, J. > ---

[Intel-gfx] [PATCH 3/4] fb: Make fb_get_options() 'name' parameter const

2013-06-07 Thread ville . syrjala
From: Ville Syrjälä The string isn't modified so make it const. Cc: Jean-Christophe Plagniol-Villard Cc: Tomi Valkeinen Cc: linux-fb...@vger.kernel.org Signed-off-by: Ville Syrjälä --- drivers/video/fbmem.c | 2 +- include/linux/fb.h| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-