Fix misspelled variable name, -current build stopper

This commit is contained in:
Andrey A. Chernov 1997-02-05 07:23:56 +00:00
parent d649be870e
commit 1963788476
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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;
}