|
@@ -254,7 +254,6 @@ static void lm3639_torch_brightness_set(struct led_classdev *cdev,
|
|
return;
|
|
return;
|
|
out:
|
|
out:
|
|
dev_err(pchip->dev, "i2c failed to access register\n");
|
|
dev_err(pchip->dev, "i2c failed to access register\n");
|
|
- return;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
/* flash */
|
|
/* flash */
|
|
@@ -293,7 +292,6 @@ static void lm3639_flash_brightness_set(struct led_classdev *cdev,
|
|
return;
|
|
return;
|
|
out:
|
|
out:
|
|
dev_err(pchip->dev, "i2c failed to access register\n");
|
|
dev_err(pchip->dev, "i2c failed to access register\n");
|
|
- return;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
static const struct regmap_config lm3639_regmap = {
|
|
static const struct regmap_config lm3639_regmap = {
|