mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
Fix misspelled variable name, -current build stopper
This commit is contained in:
parent
d649be870e
commit
1963788476
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue