[PATCH v4 4/6] pinctrl: st: Use ARRAY_SIZE instead of raw value for number of delays
From: srinivas kandagatla <hidden>
Date: 2014-03-14 10:15:47
Also in:
linux-devicetree, lkml
From: srinivas kandagatla <hidden>
Date: 2014-03-14 10:15:47
Also in:
linux-devicetree, lkml
On 14/03/14 09:44, Maxime Coquelin wrote:
quoted
quoted
drivers/pinctrl/pinctrl-st.c- unsigned int *input_delays; drivers/pinctrl/pinctrl-st.c- unsigned int *output_delays; It may be better to change these to const unsigned int * and change static unsigned int stih416_delays[] = { to static constGood point. Patches accepted :-)Sorry Joe, I forgot to reply. I added this to my todo list. I will provide the change before end of next week.
Thanks Maxime for taking care of this... --srini
Thanks, Maxime