mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 23:22:37 +02:00
Remove unneeded whitespace
Change-Id: I0e72e3e3736a39685b7f166c5e6b06cc241b26be Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/28707 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
1a7fb6e0c3
commit
2f1d0076b3
@ -151,7 +151,7 @@ static int enable_flash_sis501(struct pci_dev *dev, const char *name)
|
||||
tmp &= (~0x20);
|
||||
tmp |= 0x4;
|
||||
sio_write(0x22, 0x70, tmp);
|
||||
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
@ -654,7 +654,6 @@ char *extract_param(const char *const *haystack, const char *needle, const char
|
||||
return NULL;
|
||||
/* Needle followed by '='? */
|
||||
if (param_pos[needlelen] == '=') {
|
||||
|
||||
/* Beginning of the string? */
|
||||
if (param_pos == *haystack)
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user