From: Daniel Vetter Date: Mon, 9 May 2016 07:45:17 +0000 (+0200) Subject: Revert "mfd: intel_soc_pmic_core: Terminate panel control GPIO lookup table correctly" X-Git-Tag: v4.8-rc1~62^2~45^2~108 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=7ccc70a8e4d7d19a6a7c16c5e2471c50f9b2640c;p=linux.git Revert "mfd: intel_soc_pmic_core: Terminate panel control GPIO lookup table correctly" This reverts commit 3543995a71b9150621bf30f4b45820d9cf65adb4. I mixed up maintainers and thought Linus' ack was for the mfd tree. But Lee Jones (the real maintainer) wants to merge this through the mfd tree, so revert here. Cc: Lee Jones Signed-off-by: Daniel Vetter --- diff --git a/drivers/mfd/intel_soc_pmic_core.c b/drivers/mfd/intel_soc_pmic_core.c index 12d6ebb4ae5d..d9e15cf7c6c8 100644 --- a/drivers/mfd/intel_soc_pmic_core.c +++ b/drivers/mfd/intel_soc_pmic_core.c @@ -35,7 +35,6 @@ static struct gpiod_lookup_table panel_gpio_table = { .table = { /* Panel EN/DISABLE */ GPIO_LOOKUP("gpio_crystalcove", 94, "panel", GPIO_ACTIVE_HIGH), - { }, }, };