Re: [PATCH] pinctrl: max77620: Use define directive for max77620_pinconf_param values

2018-11-09 Thread Laxman Dewangan
On Friday 09 November 2018 02:31 PM, Linus Walleij wrote: On Thu, Nov 1, 2018 at 1:51 AM Nathan Chancellor wrote: Clang warns when one enumerated type is implicitly converted to another: drivers/pinctrl/pinctrl-max77620.c:56:12: warning: implicit conversion from enumeration type 'enum

Re: [PATCH] pinctrl: max77620: Use define directive for max77620_pinconf_param values

2018-11-09 Thread Laxman Dewangan
On Friday 09 November 2018 02:31 PM, Linus Walleij wrote: On Thu, Nov 1, 2018 at 1:51 AM Nathan Chancellor wrote: Clang warns when one enumerated type is implicitly converted to another: drivers/pinctrl/pinctrl-max77620.c:56:12: warning: implicit conversion from enumeration type 'enum

Re: [PATCH] pinctrl: max77620: Use define directive for max77620_pinconf_param values

2018-11-09 Thread Linus Walleij
On Thu, Nov 1, 2018 at 1:51 AM Nathan Chancellor wrote: > Clang warns when one enumerated type is implicitly converted to another: > > drivers/pinctrl/pinctrl-max77620.c:56:12: warning: implicit conversion > from enumeration type 'enum max77620_pinconf_param' to different > enumeration type

Re: [PATCH] pinctrl: max77620: Use define directive for max77620_pinconf_param values

2018-11-09 Thread Linus Walleij
On Thu, Nov 1, 2018 at 1:51 AM Nathan Chancellor wrote: > Clang warns when one enumerated type is implicitly converted to another: > > drivers/pinctrl/pinctrl-max77620.c:56:12: warning: implicit conversion > from enumeration type 'enum max77620_pinconf_param' to different > enumeration type

[PATCH] pinctrl: max77620: Use define directive for max77620_pinconf_param values

2018-10-31 Thread Nathan Chancellor
Clang warns when one enumerated type is implicitly converted to another: drivers/pinctrl/pinctrl-max77620.c:56:12: warning: implicit conversion from enumeration type 'enum max77620_pinconf_param' to different enumeration type 'enum pin_config_param' [-Wenum-conversion] .param =

[PATCH] pinctrl: max77620: Use define directive for max77620_pinconf_param values

2018-10-31 Thread Nathan Chancellor
Clang warns when one enumerated type is implicitly converted to another: drivers/pinctrl/pinctrl-max77620.c:56:12: warning: implicit conversion from enumeration type 'enum max77620_pinconf_param' to different enumeration type 'enum pin_config_param' [-Wenum-conversion] .param =