Re: [PATCH] ASoC: TSCS42xx: make const array norm_addrs static, reduces object code size

2018-03-08 Thread Steven Eckhoff
On Wed, Feb 14, 2018 at 05:21:53PM +, Colin King wrote: > Don't populate the const array norm_addrs on the stack, instead make it > static. Makes the object code smaller by over 230 bytes. Also re-format > array data as the insertion of the static keywork made the first line > overly long.

[PATCH] ASoC: TSCS42xx: make const array norm_addrs static, reduces object code size

2018-02-14 Thread Colin King
From: Colin Ian King Don't populate the const array norm_addrs on the stack, instead make it static. Makes the object code smaller by over 230 bytes. Also re-format array data as the insertion of the static keywork made the first line overly long. Before: textdata bss dec he