src: Remove unneeded whitespace
Change-Id: I6c77f4289b46646872731ef9c20dc115f0cf876d Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29161 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
committed by
Patrick Georgi
parent
9856892297
commit
a342f3937e
@@ -287,7 +287,7 @@ int ne2k_init(unsigned int eth_nic_base) {
|
||||
if (dev == PCI_DEV_INVALID)
|
||||
return 0;
|
||||
|
||||
pci_write_config32(dev, 0x10, eth_nic_base | 1 );
|
||||
pci_write_config32(dev, 0x10, eth_nic_base | 1);
|
||||
pci_write_config8(dev, 0x4, 0x1);
|
||||
|
||||
c = inb(eth_nic_base + NE_ASIC_OFFSET + NE_RESET);
|
||||
|
Reference in New Issue
Block a user