CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/02/06 10:06:45
Modified files:
sys/dev/ic : ar5211.c ar5212.c
Log message:
Replace comparision between boolean expression result and an integer
that may confuse gcc with a simple boolean expression.
ok reyk@
