On Fri, 25 Aug 2017, Colin King wrote: > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > Don't populate array cbuf on the stack, instead make it static. > Makes the object code smaller by over 110 bytes: > > Before: > text data bss dec hex filename > 15096 3504 128 18728 4928 drivers/hid/hid-lg.o > > After: > text data bss dec hex filename > 14884 3600 128 18612 48b4 drivers/hid/hid-lg.o > > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Applied, thanks. -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html