]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitac9e66bd880fe231df02517578fbf0542b794996
tree20ec88cd9e7c18bd465bac32997e84543564a8ec
parentac2c7827df6f820e521290f4eb8bd64b9a955f9d
[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