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
a7225be573
commit
b8cec56d0e
@ -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 New Issue
Block a user