Re: [PATCH] mmc: dw_mmc: make const arrays mszs static

2017-10-02 Thread Ulf Hansson
On 3 September 2017 at 15:39, Colin King wrote: > From: Colin Ian King > > Don't populate the const arrays mszs on the stack, instead make them > static. Makes the object code smaller by over 310 bytes: > > Before: >textdata bss

Re: [PATCH] mmc: dw_mmc: make const arrays mszs static

2017-10-02 Thread Ulf Hansson
On 3 September 2017 at 15:39, Colin King wrote: > From: Colin Ian King > > Don't populate the const arrays mszs on the stack, instead make them > static. Makes the object code smaller by over 310 bytes: > > Before: >textdata bss dec hex filename > 475278528 320

[PATCH] mmc: dw_mmc: make const arrays mszs static

2017-09-03 Thread Colin King
From: Colin Ian King Don't populate the const arrays mszs on the stack, instead make them static. Makes the object code smaller by over 310 bytes: Before: textdata bss dec hex filename 475278528 320 56375dc37 drivers/mmc/host/dw_mmc.o

[PATCH] mmc: dw_mmc: make const arrays mszs static

2017-09-03 Thread Colin King
From: Colin Ian King Don't populate the const arrays mszs on the stack, instead make them static. Makes the object code smaller by over 310 bytes: Before: textdata bss dec hex filename 475278528 320 56375dc37 drivers/mmc/host/dw_mmc.o After: textdata