Ralf Baechle 7b8f850beb [PATCH] Fix build errors if bitop functions are do {} while macros
If one of clear_bit, change_bit or set_bit is defined as a do { } while (0)
function usage of these functions in parenthesis like

  (foo_bit(23, &var))

while be expaned to something like

  (do { ... } while (0)}).

resulting in a build error.  This patch removes the useless parenthesis.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Cc: Trond Myklebust <trond.myklebust@fys.uio.no>
Cc: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-02-20 17:10:12 -08:00
..
2006-12-07 08:39:24 -08:00
2006-10-11 11:14:25 -07:00
2007-02-17 19:07:33 +01:00
2007-02-19 13:34:11 -08:00
2007-02-16 14:00:19 +11:00
2007-02-17 19:07:33 +01:00
2007-02-14 08:09:53 -08:00
2007-02-11 10:51:24 -08:00
2007-02-11 10:51:24 -08:00