Ed Maste 097f721b80 if_muge: Use lock assertion instead of broken locking in lan78xx_chip_init
Previously lan78xx_chip_init locked the driver's mutex if not already
locked, but unlocked it only in the case of error.  This provided a
fairly clear indication that the function is already called with the
lock held, so just replace it with a lock assertion.

Sponsored by:	The FreeBSD Foundation
2018-05-25 17:31:43 +00:00
..
2018-05-24 17:06:00 +00:00
2018-05-25 03:34:33 +00:00
2018-05-24 21:11:33 +00:00
2018-05-20 06:14:12 +00:00
2018-02-14 00:12:03 +00:00
2018-03-24 21:30:24 +00:00
2018-05-25 08:44:00 +00:00