commit | 4ae1168199021dacedacd32274eef402c5059841 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <IvDoorn@gmail.com> | Fri Jun 06 22:58:29 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Sat Jun 14 12:17:57 2008 -0400 |
tree | e2d2d8da62ea85d56ced996792b5c20f8705cc8f | |
parent | a26cbc650846b74dd7f46dd877fd30c472df14a1 [diff] |
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>