mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 14:00:19 +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
					
				@ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user