]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Correct usage of mtx_init() API. This is not a functional change since
authorDon Lewis <truckman@FreeBSD.org>
Sun, 7 Dec 2003 23:21:22 +0000 (23:21 +0000)
committerDon Lewis <truckman@FreeBSD.org>
Sun, 7 Dec 2003 23:21:22 +0000 (23:21 +0000)
commitb01a62069f53d338acab0e2bdf9e413adb6add30
treee24d261cca01150c03c57b497cd41bfece785f7d
parent2cf0d8a6efdae469c9ff3cf6e5eded25cfc4459a
Correct usage of mtx_init() API.  This is not a functional change since
the code happened to work because MTX_DEF and NULL are both defined as 0.

Reviewed by:    phk
sys/dev/led/led.c