Re: [PATCH] hwmon: (asc7621): make several arrays static const

2017-08-30 Thread Guenter Roeck
On 08/30/2017 01:32 AM, Colin King wrote: From: Colin Ian King Don't populate the arrays on the stack, instead make them static. Makes the object code smaller by over 950 bytes: Before: text data bss dec hex filename 26144 18768 352 45264b0d0 dri

[PATCH] hwmon: (asc7621): make several arrays static const

2017-08-30 Thread Colin King
From: Colin Ian King Don't populate the arrays on the stack, instead make them static. Makes the object code smaller by over 950 bytes: Before: textdata bss dec hex filename 26144 18768 352 45264b0d0 drivers/hwmon/asc7621.o After: textdata bss dec