diff options
| -rw-r--r-- | arch/arm/mach-davinci/board-dm646x-evm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/board-dm646x-evm.c b/arch/arm/mach-davinci/board-dm646x-evm.c index 1dbf85beed1b..9211e8800c79 100644 --- a/arch/arm/mach-davinci/board-dm646x-evm.c +++ b/arch/arm/mach-davinci/board-dm646x-evm.c | |||
| @@ -194,7 +194,7 @@ static int evm_led_setup(struct i2c_client *client, int gpio, | |||
| 194 | while (ngpio--) { | 194 | while (ngpio--) { |
| 195 | leds->gpio = gpio++; | 195 | leds->gpio = gpio++; |
| 196 | leds++; | 196 | leds++; |
| 197 | }; | 197 | } |
| 198 | 198 | ||
| 199 | evm_led_dev = platform_device_alloc("leds-gpio", 0); | 199 | evm_led_dev = platform_device_alloc("leds-gpio", 0); |
| 200 | platform_device_add_data(evm_led_dev, &evm_led_data, | 200 | platform_device_add_data(evm_led_dev, &evm_led_data, |
