X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fleds%2Fleds-atmel-pwm.c;h=52297c3ab246c38a78e3580895c21e1c00d7b6f6;hb=5f8fe4270e53d38421ba34c428c3b58933b48e50;hp=28db6c1444ed9f4b64c989fbbbbc05f49ff82f61;hpb=f838bad1b3be8ca0c785ee0e0c570dfda74cf377;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/leds/leds-atmel-pwm.c b/drivers/leds/leds-atmel-pwm.c index 28db6c1444ed..52297c3ab246 100644 --- a/drivers/leds/leds-atmel-pwm.c +++ b/drivers/leds/leds-atmel-pwm.c @@ -37,7 +37,7 @@ static int __init pwmled_probe(struct platform_device *pdev) { const struct gpio_led_platform_data *pdata; struct pwmled *leds; - unsigned i; + int i; int status; pdata = pdev->dev.platform_data;