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

From: Steven Eckhoff
Date: Thu Mar 08 2018 - 20:03:25 EST


On Wed, Feb 14, 2018 at 05:21:53PM +0000, 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.

I have tested this on our HAT and it works well. You can add:

Reviewed-by: Steven Eckhoff <steven.eckhoff.opensource@xxxxxxxxx>
Tested-by: Steven Eckhoff <steven.eckhoff.opensource@xxxxxxxxx>

Regards,

Steven