Re: [PATCH] pinctrl: vt8500: Fix incorrect data in WM8750 pinctrl table

2013-05-14 Thread Linus Walleij
On Fri, May 10, 2013 at 7:45 PM, Tony Prisk wrote: > WMT_PIN_WAKEUP1 should be declared as WMT_PIN(0, 17) rather than > WMT_PIN(0, 16). This currently generates a runtime warning because > WMT_PIN_WAKEUP0 is already defined as WMT_PIN(0, 16). > > Signed-off-by: Tony Prisk Applied to my fixes br

[PATCH] pinctrl: vt8500: Fix incorrect data in WM8750 pinctrl table

2013-05-10 Thread Tony Prisk
WMT_PIN_WAKEUP1 should be declared as WMT_PIN(0, 17) rather than WMT_PIN(0, 16). This currently generates a runtime warning because WMT_PIN_WAKEUP0 is already defined as WMT_PIN(0, 16). Signed-off-by: Tony Prisk --- drivers/pinctrl/vt8500/pinctrl-wm8750.c |2 +- 1 file changed, 1 insertion(+