Re: [PATCH] mfd: rtsx: make arrays depth and cd_mask static const

2017-07-17 Thread Colin Ian King
On 17/07/17 11:46, Lee Jones wrote: > Please start the commit subject description with an uppercase char. > >> From: Colin Ian King > > This is odd. How are you sending this patch Colin? git send-patch. Hrm. I'll check it out for next time. Colin > >> Don't

Re: [PATCH] mfd: rtsx: make arrays depth and cd_mask static const

2017-07-17 Thread Colin Ian King
On 17/07/17 11:46, Lee Jones wrote: > Please start the commit subject description with an uppercase char. > >> From: Colin Ian King > > This is odd. How are you sending this patch Colin? git send-patch. Hrm. I'll check it out for next time. Colin > >> Don't populate the arrays depath and

Re: [PATCH] mfd: rtsx: make arrays depth and cd_mask static const

2017-07-17 Thread Lee Jones
Please start the commit subject description with an uppercase char. > From: Colin Ian King This is odd. How are you sending this patch Colin? > Don't populate the arrays depath and cd_mask on the stack but make > them static const. Makes the object code smaller: >

Re: [PATCH] mfd: rtsx: make arrays depth and cd_mask static const

2017-07-17 Thread Lee Jones
Please start the commit subject description with an uppercase char. > From: Colin Ian King This is odd. How are you sending this patch Colin? > Don't populate the arrays depath and cd_mask on the stack but make > them static const. Makes the object code smaller: > >textdata bss

[PATCH] mfd: rtsx: make arrays depth and cd_mask static const

2017-06-30 Thread Colin King
From: Colin Ian King Don't populate the arrays depath and cd_mask on the stack but make them static const. Makes the object code smaller: textdata bss dec hex filename 254137216 448 330778135 drivers/mfd/rtsx_pcr.o textdata

[PATCH] mfd: rtsx: make arrays depth and cd_mask static const

2017-06-30 Thread Colin King
From: Colin Ian King Don't populate the arrays depath and cd_mask on the stack but make them static const. Makes the object code smaller: textdata bss dec hex filename 254137216 448 330778135 drivers/mfd/rtsx_pcr.o textdata bss dec hex