diff options
-rw-r--r-- | arch/x86/platform/mrst/mrst.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/platform/mrst/mrst.c b/arch/x86/platform/mrst/mrst.c index 6a21f603bd78..b6a33d2bd4d6 100644 --- a/arch/x86/platform/mrst/mrst.c +++ b/arch/x86/platform/mrst/mrst.c | |||
@@ -983,6 +983,7 @@ static int __init pb_keys_init(void) | |||
983 | num = sizeof(gpio_button) / sizeof(struct gpio_keys_button); | 983 | num = sizeof(gpio_button) / sizeof(struct gpio_keys_button); |
984 | for (i = 0; i < num; i++) { | 984 | for (i = 0; i < num; i++) { |
985 | gb[i].gpio = get_gpio_by_name(gb[i].desc); | 985 | gb[i].gpio = get_gpio_by_name(gb[i].desc); |
986 | pr_debug("info[%2d]: name = %s, gpio = %d\n", i, gb[i].desc, gb[i].gpio); | ||
986 | if (gb[i].gpio == -1) | 987 | if (gb[i].gpio == -1) |
987 | continue; | 988 | continue; |
988 | 989 | ||