mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove the HME_LOCK_ASSERT() in hme_mifinit(), which was added in the
previous revision; it's actually ok when invoking hme_mifinit() from hme_config() without the lock held.
This commit is contained in:
parent
f279f5ced4
commit
e46af1289e
1 changed files with 0 additions and 1 deletions
|
|
@ -1354,7 +1354,6 @@ hme_mifinit(struct hme_softc *sc)
|
|||
{
|
||||
u_int32_t v;
|
||||
|
||||
HME_LOCK_ASSERT(sc, MA_OWNED);
|
||||
/*
|
||||
* Configure the MIF in frame mode, polling disabled, internal PHY
|
||||
* selected.
|
||||
|
|
|
|||
Loading…
Reference in a new issue