Fix small style regression introduced by the MPSAFE newbus code.

Approved by:	re (rwatson)
This commit is contained in:
Ed Schouten 2009-08-16 19:55:53 +00:00
parent 532b195250
commit f6b3749db3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=196276

View File

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