Re: [PATCH] pinctrl: use "const struct ..." rather than "struct ... const"
From: Linus Walleij <hidden>
Date: 2015-06-01 13:48:41
Also in:
lkml
From: Linus Walleij <hidden>
Date: 2015-06-01 13:48:41
Also in:
lkml
On Fri, May 22, 2015 at 8:25 AM, Masahiro Yamada [off-list ref] wrote:
Only this member, pins, is defined as "struct ... const *", but the others in this struct, pinlops, pmxops, confops, etc. are defined as "const struct ... *". Swap the "struct pinctrl_pin_desc" and "const" for consistency. Signed-off-by: Masahiro Yamada <redacted>
Patch applied. Yours, Linus Walleij