Re: [PATCH] pinctrl: rzn1: array reg_drive static, makes object smaller

2019-10-11 Thread Geert Uytterhoeven
Hi Colin, On Mon, Oct 7, 2019 at 4:06 PM Colin King wrote: > From: Colin Ian King > > Don't populate the array reg_drive on the stack but instead make it > static. Makes the object code smaller by 32 bytes. > > Before: >textdata bss dec hex filename > 31991 15696 0

[PATCH] pinctrl: rzn1: array reg_drive static, makes object smaller

2019-10-07 Thread Colin King
From: Colin Ian King Don't populate the array reg_drive on the stack but instead make it static. Makes the object code smaller by 32 bytes. Before: textdata bss dec hex filename 31991 15696 0 47687ba47 drivers/pinctrl/pinctrl-rzn1.o After: textdata