rt2x00: Use __builtin_choose_expr() instead of ?:
authorIvo van Doorn <IvDoorn@gmail.com>
Fri, 6 Jun 2008 20:58:29 +0000 (22:58 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Sat, 14 Jun 2008 16:17:57 +0000 (12:17 -0400)
commit4ae1168199021dacedacd32274eef402c5059841
treee2d2d8da62ea85d56ced996792b5c20f8705cc8f
parenta26cbc650846b74dd7f46dd877fd30c472df14a1
rt2x00: Use __builtin_choose_expr() instead of ?:

To really force the FIELD macros to determine
the first bit of the register field we should
use the __builtin_choose_expr() function.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2x00reg.h