From 772103bb73a263180de1229cae566c94d147301c Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 5 Feb 1997 07:23:56 +0000 Subject: Fix misspelled variable name, -current build stopper --- sys/pci/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/pci/pci.c') diff --git a/sys/pci/pci.c b/sys/pci/pci.c index a1b295b..399cfe6 100644 --- a/sys/pci/pci.c +++ b/sys/pci/pci.c @@ -957,7 +957,7 @@ int pci_register_lkm (struct pci_device *dvp, int if_revision) { struct pci_lkm *lkm; - if (if_version != 0) { + if (if_revision != 0) { return -1; } -- cgit v1.1