Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...
[linux-2.6-microblaze.git] / drivers / leds / leds-as3645a.c
index 9a257f9..f883616 100644 (file)
@@ -360,7 +360,8 @@ static int as3645a_set_flash_brightness(struct led_classdev_flash *fled,
 {
        struct as3645a *flash = fled_to_as3645a(fled);
 
-       flash->flash_current = as3645a_current_to_reg(flash, true, brightness_ua);
+       flash->flash_current = as3645a_current_to_reg(flash, true,
+                                                     brightness_ua);
 
        return as3645a_set_current(flash);
 }
@@ -455,8 +456,8 @@ static int as3645a_detect(struct as3645a *flash)
 
        /* Verify the chip model and version. */
        if (model != 0x01 || rfu != 0x00) {
-               dev_err(dev, "AS3645A not detected "
-                       "(model %d rfu %d)\n", model, rfu);
+               dev_err(dev, "AS3645A not detected (model %d rfu %d)\n",
+                       model, rfu);
                return -ENODEV;
        }