]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r228817:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 6 Jan 2012 22:18:13 +0000 (22:18 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 6 Jan 2012 22:18:13 +0000 (22:18 +0000)
commit67ad227919a8cb9930485652c1a0a6951509ab38
treefa8db06880ffe397c3f3d61b4a64da3cd72db4ec
parent7dfd05bf96e3d38a1998c40325293ef41a66a8ed
MFC r228817:

Use the correct types when calling the decompression mask function.

There's currently no public code which uses this feature and the
current reference driver doesn't enable this feature at all.
It's possible it was used by a previous version of the driver and
that indeed it should return HAL_STATUS; but at this point I'm
happy to require that they complain and submit a patch.

This was found by LLVM compile-time type checking.

git-svn-id: svn://svn.freebsd.org/base/stable/9@229740 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
sys/dev/ath/ath_hal/ar5416/ar5416_misc.c