mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-11 13:08:31 -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;
|
return -1;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* if alen == 3, addr[0] is the block number, we never use it here. All we
|
* if alen == 3, addr[0] is the block number, we never use it here.
|
||||||
* need are the lower 16 bits
|
* All we need are the lower 16 bits.
|
||||||
*/
|
*/
|
||||||
if (alen == 3)
|
if (alen == 3)
|
||||||
addr++;
|
addr++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user