From ebeca7979f84a479838ad00b920addf50f8cbf40 Mon Sep 17 00:00:00 2001 From: Virupax Sadashivpetimath Date: Tue, 31 Aug 2010 10:04:56 +0530 Subject: [PATCH 37/46] stmpe-gpio: Handle platform data with no gpio base This patch removes the requirement that gpio base be supplied in platform data. Signed-off-by: Virupax Sadashivpetimath Acked-by: Linus Walleij --- drivers/gpio/stmpe-gpio.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/stmpe-gpio.c b/drivers/gpio/stmpe-gpio.c index 65b9960..932759d 100644 --- a/drivers/gpio/stmpe-gpio.c +++ b/drivers/gpio/stmpe-gpio.c @@ -291,8 +291,6 @@ static int __devinit stmpe_gpio_probe(struct platform_device *pdev) int irq; pdata = stmpe->pdata->gpio; - if (!pdata) - return -ENODEV; irq = platform_get_irq(pdev, 0); if (irq < 0) -- 1.6.3.3