Searched hist:225883 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_internal.hdiff 225883 Fri Sep 30 03:25:45 MDT 2011 adrian Fix a corner case in the HAL debugging changes, where ah was NULL.

Although I tried to fix this earlier by introducing HALDEBUG_G(), it
turns out there seem to be other cases where the pointer value is still
NULL.

* Fix DO_HALDEBUG() and the HALDEBUG macro to check whether ah is NULL
before deferencing it
* Remove HALDEBUG_G() as it's no longer needed

This is hopefully a merge candidate for 9.0-RELEASE as enabling
debugging at startup could result in a kernel panic.

Completed in 204 milliseconds