From: Akinobu Mita Date: Sun, 26 Mar 2006 09:38:57 +0000 (-0800) Subject: [PATCH] frv: remove unnesesary "&" X-Git-Tag: v2.6.17-rc1~535 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f7217f4accad73e0a86febadb5a5d6e74ff7c37;p=pandora-kernel.git [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 Acked-by: David Howells Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed