[PATCH] frv: remove unnesesary "&"
authorAkinobu Mita <mita@miraclelinux.com>
Sun, 26 Mar 2006 09:38:57 +0000 (01:38 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 26 Mar 2006 16:57:09 +0000 (08:57 -0800)
commit0f7217f4accad73e0a86febadb5a5d6e74ff7c37
tree20ec88cd9e7c18bd465bac32997e84543564a8ec
parent6b53f7870d1657831df23788d1984aac3b5a97bd
[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>
arch/frv/mm/mmu-context.c