mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 14:33:18 +02:00
Documentation improvements and small code/whitespace fixes
Corresponding to flashrom svn r535. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
@ -110,10 +110,6 @@ void nic3com_chip_writeb(uint8_t val, chipaddr addr)
|
||||
|
||||
uint8_t nic3com_chip_readb(const chipaddr addr)
|
||||
{
|
||||
uint8_t val;
|
||||
|
||||
OUTL((uint32_t)addr, io_base_addr + BIOS_ROM_ADDR);
|
||||
val = INB(io_base_addr + BIOS_ROM_DATA);
|
||||
|
||||
return val;
|
||||
return INB(io_base_addr + BIOS_ROM_DATA);
|
||||
}
|
||||
|
Reference in New Issue
Block a user