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:
Rudolf Marek 2011-04-22 22:26:04 +00:00
parent f5ce87d10c
commit b721287580
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ static struct device_operations ne2k_ops = {
};
static const struct pci_driver ne2k_driver __pci_driver = {
.ops = &si_sata_ops,
.ops = &ne2k_ops,
.vendor = 0x10ec,
.device = 0x8029,
};