mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -04:00
MFC r196276:
Fix small style regression introduced by the MPSAFE newbus code. Approved by: re (rwatson)
This commit is contained in:
parent
a8ff174941
commit
336b627671
1 changed files with 1 additions and 1 deletions
|
|
@ -4131,7 +4131,7 @@ driver_module_handler(module_t mod, int what, void *arg)
|
|||
return (ENOMEM);
|
||||
}
|
||||
|
||||
switch (what) {
|
||||
switch (what) {
|
||||
case MOD_LOAD:
|
||||
if (dmd->dmd_chainevh)
|
||||
error = dmd->dmd_chainevh(mod,what,dmd->dmd_chainarg);
|
||||
|
|
|
|||
Loading…
Reference in a new issue