commit | 1c7ad8f0019403bd32f457f14477e1855d93f434 | [log] [tgz] |
---|---|---|
author | Tony Prisk <linux@prisktech.co.nz> | Sat May 11 05:45:56 2013 +1200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue May 14 13:08:28 2013 +0200 |
tree | a0cf2fc56643cf9392791a27e5501866bdc27ed9 | |
parent | 86c976e43da417e341bee30ee734b89743ebe7e8 [diff] |
pinctrl: vt8500: Fix incorrect data in WM8750 pinctrl table 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>