Re: [PATCH] drivers/media/usb/dvb-usb-v2: constify mxl111sf_demod_config structure

2015-11-13 Thread Michael Ira Krufky
Thanks for this! Reviewed-by: Michael Ira Krufky On Fri, Nov 13, 2015 at 7:24 AM, Julia Lawall wrote: > The mxl111sf_demod_config structure is never modified, so declare it > as const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia

[PATCH] drivers/media/usb/dvb-usb-v2: constify mxl111sf_demod_config structure

2015-11-13 Thread Julia Lawall
The mxl111sf_demod_config structure is never modified, so declare it as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c |4 ++-- drivers/media/usb/dvb-usb-v2/mxl111sf-demod.h |4 ++--