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:
marius 2006-12-04 01:53:40 +00:00
parent a7225be573
commit b8cec56d0e

View File

@ -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.