Re: [PATCH 4/5] pinctrl: dynamically alloc temp array when parsing dt pinconf options

2013-06-16 Thread Linus Walleij
On Fri, Jun 14, 2013 at 5:43 PM, Heiko Stübner wrote: > Allocating the temorary array in pinconf_generic_parse_dt_config on stack > might cause problems later on, when the number of options grows over time. > Therefore also allocate this array dynamically to be on the safe side. > > Suggested-by:

[PATCH 4/5] pinctrl: dynamically alloc temp array when parsing dt pinconf options

2013-06-14 Thread Heiko Stübner
Allocating the temorary array in pinconf_generic_parse_dt_config on stack might cause problems later on, when the number of options grows over time. Therefore also allocate this array dynamically to be on the safe side. Suggested-by: Laurent Pinchart Signed-off-by: Heiko Stuebner --- drivers/pi