Skip to content

Commit

Permalink
ARM: davinci: board-dm646x-evm.c: Remove unecessary semicolon
Browse files Browse the repository at this point in the history
Found by http://coccinelle.lip6.fr/

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
  • Loading branch information
Peter Senna Tschudin authored and Sekhar Nori committed Oct 26, 2012
1 parent 0e05751 commit baad1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-davinci/board-dm646x-evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ static int evm_led_setup(struct i2c_client *client, int gpio,
while (ngpio--) {
leds->gpio = gpio++;
leds++;
};
}

evm_led_dev = platform_device_alloc("leds-gpio", 0);
platform_device_add_data(evm_led_dev, &evm_led_data,
Expand Down

0 comments on commit baad1b3

Please sign in to comment.