Fix of fix copy and paste errors in ne2k.c (r6512 by stepan)
Signed-off-by: Rudolf Marek <r.marek@assembler.cz> Acked-by: Rudolf Marek <r.marek@assembler.cz> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6541 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
f5ce87d10c
commit
b721287580
|
@ -453,7 +453,7 @@ static struct device_operations ne2k_ops = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct pci_driver ne2k_driver __pci_driver = {
|
static const struct pci_driver ne2k_driver __pci_driver = {
|
||||||
.ops = &si_sata_ops,
|
.ops = &ne2k_ops,
|
||||||
.vendor = 0x10ec,
|
.vendor = 0x10ec,
|
||||||
.device = 0x8029,
|
.device = 0x8029,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue