truckman 2003/12/07 15:21:22 PST FreeBSD src repository Modified files: sys/dev/led led.c Log: 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 Revision Changes Path 1.5 +1 -1 src/sys/dev/led/led.c