Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4786c87a authored by Michael Welling's avatar Michael Welling Committed by Greg Kroah-Hartman
Browse files

STAGING: cxt1e1: Remove curly braces



Removes unnecessary curly braces from for loop in eeprom_delay.

Signed-off-by: default avatarMichael Welling <mwelling@ieee.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent eef74d4a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -133,10 +133,9 @@ static void eeprom_delay(void)
{
	int timeout;

	for (timeout = 20; timeout; --timeout) {
	for (timeout = 20; timeout; --timeout)
		OS_uwait_dummy();
}
}

/*------------------------------------------------------------------------
 *      eeprom_put_byte - Send a byte to the EEPROM serially