On Mon, Mar 21, 2016 at 03:04:08AM +0100, Grigori Goronzy wrote: > Signed-off-by: Grigori Goronzy <greg@xxxxxxxxxxxx> > --- > drivers/usb/serial/ch341.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Please use scripts/get_maintainer.pl to determine who to send patches to, as well as the correct mailing list (hint, you didn't do that here... > > diff --git a/drivers/staging/vt6655/baseband.c b/drivers/staging/vt6655/baseband.c > index 1e6c0c4..ff43393 100644 > --- a/drivers/staging/vt6655/baseband.c > +++ b/drivers/staging/vt6655/baseband.c > @@ -777,7 +777,8 @@ static unsigned char byVT3253B0_RFMD[CB_VT3253B0_INIT_FOR_RFMD][2] = { > > #define CB_VT3253B0_AGC_FOR_RFMD2959 195 > /* For RFMD2959 */ > -static unsigned char byVT3253B0_AGC4_RFMD2959[CB_VT3253B0_AGC_FOR_RFMD2959][2] = { > +static const > +unsigned char byVT3253B0_AGC4_RFMD2959[CB_VT3253B0_AGC_FOR_RFMD2959][2] = { Wait, what? Your diffstat above doesn't show this file being changed! Something is really wrong with your series here, please fix up. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html