[PATCH 13/15] staging: ath6kl: Remove direct comparisons to true/false

Joe Perches joe at perches.com
Wed Feb 2 15:43:56 PST 2011


On Wed, 2011-02-02 at 15:00 -0800, Vipin Mehta wrote:
>   The above needs to be changed from 
> if (wmi_is_bitrate_index_valid(!wmip, rateIndex)) {
> to
> if (!wmi_is_bitrate_index_valid(wmip, rateIndex)) {

Good eye Vipin, thanks.

I stuffed up that merge fixup conflict resolution.




More information about the devel mailing list