From f1348581f5687242441e81a5fedd45e3cc8c7904 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Tue, 28 Apr 2009 13:31:08 +0200 Subject: [PATCH] --- yaml --- r: 149340 b: refs/heads/master c: 2f1a5bf707a39153d93d04858f69f2d43563d08c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-pxa/magician.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index bef512749405..60d1c366081b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f8f9d5ecfff9b2d04db4decd7d2c86aba86e49e5 +refs/heads/master: 2f1a5bf707a39153d93d04858f69f2d43563d08c diff --git a/trunk/arch/arm/mach-pxa/magician.c b/trunk/arch/arm/mach-pxa/magician.c index 34046c8bfaf5..ca39669cffc5 100644 --- a/trunk/arch/arm/mach-pxa/magician.c +++ b/trunk/arch/arm/mach-pxa/magician.c @@ -779,7 +779,7 @@ static void __init magician_init(void) pxa2xx_mfp_config(ARRAY_AND_SIZE(magician_pin_config)); - platform_add_devices(devices, ARRAY_SIZE(devices)); + platform_add_devices(ARRAY_AND_SIZE(devices)); err = gpio_request(GPIO83_MAGICIAN_nIR_EN, "nIR_EN"); if (!err) {