mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 15:21:32 +00:00
Fixed typo
This commit is contained in:
parent
d0a3cc3417
commit
7dee2556f4
@ -176,7 +176,7 @@ static int pxedev_get_instance_info ( struct pxe_device *pxe ) {
|
||||
memcpy ( pxe->hwaddr, undi_info.PermNodeAddress,
|
||||
sizeof ( pxe->hwaddr ) );
|
||||
pxe->irq = undi_info.IntNumber;
|
||||
pxe->rom = undi_info.ROMAddress;
|
||||
pxe->rom_segment = undi_info.ROMAddress;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user