commit | 0f7217f4accad73e0a86febadb5a5d6e74ff7c37 | [log] [tgz] |
---|---|---|
author | Akinobu Mita <mita@miraclelinux.com> | Sun Mar 26 01:38:57 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Mar 26 08:57:09 2006 -0800 |
tree | 20ec88cd9e7c18bd465bac32997e84543564a8ec | |
parent | 6b53f7870d1657831df23788d1984aac3b5a97bd [diff] |
[PATCH] frv: remove unnesesary "&" Fix warning messages triggered by bitops code consolidation patches. cxn_bitmap is the array of unsigned long. '&' is unnesesary for the argument of *_bit() routins. Signed-off-by: Akinobu Mita <mita@miraclelinux.com> Acked-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>