Re: [PATCH] watchdog: w83627hf: make const array chip_name static

2017-07-13 Thread Guenter Roeck
On 07/11/2017 08:23 AM, Colin King wrote: From: Colin Ian King Don't populate array chip_name on the stack but instead make it static. Makes the object code smaller by 40 bytes: Before: text data bss dec hex filename 5641 2840 384886522a1 dri

[PATCH] watchdog: w83627hf: make const array chip_name static

2017-07-11 Thread Colin King
From: Colin Ian King Don't populate array chip_name on the stack but instead make it static. Makes the object code smaller by 40 bytes: Before: textdata bss dec hex filename 56412840 384886522a1 drivers/watchdog/w83627hf_wdt.o After: textdata bss