lkml.org 
[lkml]   [2012]   [Dec]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 13/21] gpio: ab8500: Use most recent run-time platform checker
Date
From: Michel JAOUEN <michel.jaouen@stericsson.com>

Use is_ab9540() instead of cpu_is_u9540() when checking platform.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Michel JAOUEN <michel.jaouen@stericsson.com>
Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.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


\
 
 \ /
  Last update: 2012-12-14 18:21    [W:0.158 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site