Skip to content

Commit

Permalink
Remove unneeded whitespace
Browse files Browse the repository at this point in the history
Change-Id: I0e72e3e3736a39685b7f166c5e6b06cc241b26be
Signed-off-by: Elyes HAOUAS <[email protected]>
Reviewed-on: https://review.coreboot.org/28707
Tested-by: build bot (Jenkins) <[email protected]>
Reviewed-by: Nico Huber <[email protected]>
  • Loading branch information
ElyesH authored and i-c-o-n committed Oct 5, 2018
1 parent 1a7fb6e commit 2f1d007
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion chipset_enable.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
1 change: 0 additions & 1 deletion flashrom.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2f1d007

Please sign in to comment.