Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86d3f367 authored by Axel Lin's avatar Axel Lin Committed by Linus Walleij
Browse files

gpio: menz127: Drop *mdev field from struct men_z127_gpio



No need to store *medv in struct men_z127_gpio.

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent f55532a0
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@
struct men_z127_gpio {
	struct gpio_chip gc;
	void __iomem *reg_base;
	struct mcb_device *mdev;
	struct resource *mem;
	spinlock_t lock;
};
@@ -44,7 +43,7 @@ static int men_z127_debounce(struct gpio_chip *gc, unsigned gpio,
			     unsigned debounce)
{
	struct men_z127_gpio *priv = gpiochip_get_data(gc);
	struct device *dev = &priv->mdev->dev;
	struct device *dev = gc->parent;
	unsigned int rnd;
	u32 db_en, db_cnt;

@@ -136,7 +135,6 @@ static int men_z127_probe(struct mcb_device *mdev,
		goto err_release;
	}

	men_z127_gpio->mdev = mdev;
	mcb_set_drvdata(mdev, men_z127_gpio);

	ret = bgpio_init(&men_z127_gpio->gc, &mdev->dev, 4,