OSDN Git Service

Revert "mfd: intel_soc_pmic_core: Terminate panel control GPIO lookup table correctly"
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 9 May 2016 07:45:17 +0000 (09:45 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 9 May 2016 07:46:29 +0000 (09:46 +0200)
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 <lee.jones@linaro.org>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
drivers/mfd/intel_soc_pmic_core.c

index 12d6ebb..d9e15cf 100644 (file)
@@ -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),
-               { },
        },
 };