mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 06:24:17 +00:00
drivers: led: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
1016f0c526
commit
8ec1344f9f
1 changed files with 0 additions and 2 deletions
|
@ -122,7 +122,6 @@ static int lp5562_led_reg_update(struct udevice *dev, int regnum,
|
|||
else
|
||||
ret = dm_i2c_reg_clrset(dev, regnum, mask, value);
|
||||
|
||||
|
||||
/*
|
||||
* Data sheet says "Delay between consecutive I2C writes to
|
||||
* ENABLE register (00h) need to be longer than 488 us
|
||||
|
@ -521,7 +520,6 @@ U_BOOT_DRIVER(lp5562_led) = {
|
|||
.ops = &lp5562_led_ops,
|
||||
};
|
||||
|
||||
|
||||
static int lp5562_led_wrap_probe(struct udevice *dev)
|
||||
{
|
||||
struct lp5562_led_wrap_priv *priv = dev_get_priv(dev);
|
||||
|
|
Loading…
Add table
Reference in a new issue