Re: [PATCH] [MPC52XX] gpio: remove dead code
From: Grant Likely <hidden>
Date: 2008-10-20 18:01:38
On Mon, Oct 20, 2008 at 07:12:57PM +0200, Wolfram Sang wrote:
Signed-off-by: Wolfram Sang <redacted>
Thanks, I'll pick this up.
quoted hunk ↗ jump to hunk
--- arch/powerpc/platforms/52xx/mpc52xx_gpio.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)diff --git a/arch/powerpc/platforms/52xx/mpc52xx_gpio.c b/arch/powerpc/platforms/52xx/mpc52xx_gpio.c index 8a455eb..07f89ae 100644 --- a/arch/powerpc/platforms/52xx/mpc52xx_gpio.c +++ b/arch/powerpc/platforms/52xx/mpc52xx_gpio.c@@ -363,11 +363,8 @@ static int mpc52xx_gpt_gpio_get(struct gpio_chip *gc, unsigned int gpio) { struct of_mm_gpio_chip *mm_gc = to_of_mm_gpio_chip(gc); struct mpc52xx_gpt __iomem *regs = mm_gc->regs; - unsigned int ret; return (in_be32(®s->status) & (1 << (31 - 23))) ? 1 : 0; - - return ret; } static void-- 1.5.6.5 -- Dipl.-Ing. Wolfram Sang | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry