pinctrl: vt8500: Fix incorrect data in WM8750 pinctrl table
authorTony Prisk <linux@prisktech.co.nz>
Fri, 10 May 2013 17:45:56 +0000 (05:45 +1200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 14 May 2013 11:08:28 +0000 (13:08 +0200)
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 <linux@prisktech.co.nz>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

No differences found