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
..
2007-02-14 08:09:54 -08:00
2007-02-20 09:26:53 +00:00
2006-11-30 14:04:49 +00:00
2007-02-16 13:32:41 -05:00
2007-02-17 15:30:48 -05:00
2007-02-11 10:51:24 -08:00
2007-02-19 13:29:02 -08:00
2007-02-20 17:10:12 -08:00
2007-02-14 08:09:54 -08:00
2007-02-14 08:09:59 -08:00
2007-02-20 10:14:29 -08:00
2007-02-16 08:13:58 -08:00
2007-01-05 23:55:29 -08:00
2007-02-16 08:16:01 -08:00
2007-02-14 08:09:54 -08:00
2006-12-07 08:39:24 -08:00
2007-02-12 09:48:32 -08:00
2006-10-11 11:14:25 -07:00
2007-02-14 08:09:54 -08:00
2007-02-11 10:51:32 -08:00
2007-02-14 08:09:54 -08:00
2007-02-14 21:15:05 +01:00
2007-02-19 13:29:02 -08:00
2007-02-19 13:29:02 -08:00
2007-02-19 13:29:02 -08:00
2007-02-19 13:29:02 -08:00
2007-02-19 13:31:34 -08:00
2007-02-17 19:07:33 +01:00
2007-02-13 13:26:20 +01:00
2007-01-05 23:55:21 -08:00
2007-02-20 09:26:53 +00:00
2006-10-11 11:14:25 -07:00
2007-02-14 08:09:59 -08:00
2007-02-17 20:11:19 +01:00
2007-02-14 08:09:54 -08:00
2006-12-07 08:39:27 -08:00
2007-02-20 09:26:53 +00:00
2007-02-19 13:18:39 -08:00
2007-02-19 13:34:11 -08:00
2007-02-20 10:26:46 -08:00
2007-02-12 09:48:45 -08:00
2007-02-14 08:09:54 -08:00
2007-02-14 08:09:59 -08:00
2007-02-19 13:29:02 -08:00
2007-02-19 13:29:02 -08:00
2007-02-16 18:52:41 -05:00
2007-02-16 14:00:19 +11:00
2007-02-14 08:09:54 -08:00
2007-02-14 08:09:54 -08:00
2007-02-14 08:09:54 -08:00
2007-02-17 19:07:33 +01:00
2007-02-19 13:32:28 -08:00
2007-02-19 13:18:39 -08:00
2007-02-11 10:51:25 -08:00
2007-02-14 08:09:53 -08:00
2007-02-14 08:09:54 -08:00
2007-02-14 08:09:54 -08:00
2007-02-20 09:26:53 +00:00
2007-02-20 12:27:25 +00:00
2007-02-12 09:48:28 -08:00
2007-02-12 09:48:45 -08:00
2007-02-11 10:51:24 -08:00
2007-02-11 10:51:24 -08:00