diff options
Diffstat (limited to 'sys/pci/if_rl.c')
-rw-r--r-- | sys/pci/if_rl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c index 010f612..fd9a75f 100644 --- a/sys/pci/if_rl.c +++ b/sys/pci/if_rl.c @@ -887,7 +887,7 @@ static int rl_attach(dev) callout_handle_init(&sc->rl_stat_ch); - mtx_init(&sc->rl_mtx, "rl", MTX_DEF); + mtx_init(&sc->rl_mtx, device_get_nameunit(dev), MTX_DEF); RL_LOCK(sc); /* Reset the adapter. */ |