mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 20:52:22 -04:00
sf: eeprom_m95xxx: fix up style
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
9cbfee6dc2
commit
a1f77b696d
@ -54,8 +54,8 @@ ssize_t spi_read (uchar *addr, int alen, uchar *buffer, int len)
|
||||
return -1;
|
||||
|
||||
/*
|
||||
* if alen == 3, addr[0] is the block number, we never use it here. All we
|
||||
* need are the lower 16 bits
|
||||
* if alen == 3, addr[0] is the block number, we never use it here.
|
||||
* All we need are the lower 16 bits.
|
||||
*/
|
||||
if (alen == 3)
|
||||
addr++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user