[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1355501979-1157-14-git-send-email-lee.jones@linaro.org>
Date: Fri, 14 Dec 2012 16:19:31 +0000
From: Lee Jones <lee.jones@...aro.org>
To: linux-kernel@...r.kernel.org
Cc: linus.walleij@...aro.org,
Michel JAOUEN <michel.jaouen@...ricsson.com>,
Lee Jones <lee.jones@...aro.org>
Subject: [PATCH 13/21] gpio: ab8500: Use most recent run-time platform checker
From: Michel JAOUEN <michel.jaouen@...ricsson.com>
Use is_ab9540() instead of cpu_is_u9540() when checking platform.
Signed-off-by: Lee Jones <lee.jones@...aro.org>
Signed-off-by: Michel JAOUEN <michel.jaouen@...ricsson.com>
Reviewed-by: Jonas ABERG <jonas.aberg@...ricsson.com>
---
drivers/gpio/gpio-ab8500.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpio/gpio-ab8500.c b/drivers/gpio/gpio-ab8500.c
index ef75984..200c605 100644
--- a/drivers/gpio/gpio-ab8500.c
+++ b/drivers/gpio/gpio-ab8500.c
@@ -483,7 +483,7 @@ static int __devinit ab8500_gpio_probe(struct platform_device *pdev)
ab8500_gpio->irq_base = pdata->irq_base;
/* Configure GPIO Settings for specific AB devices */
- if (cpu_is_u9540()) {
+ if (is_ab9540(parent)) {
ab8500_gpio->chip.ngpio = AB9540_NUM_GPIO;
ab8500_gpio->irq_cluster = ab9540_irq_clusters;
ab8500_gpio->irq_cluster_size =
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists