From: Akira Takeuchi Date: Wed, 27 Oct 2010 16:28:36 +0000 (+0100) Subject: MN10300: Don't cast away the volatile in test_bit() X-Git-Tag: v2.6.37-rc1~81^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3195d0b564c4aa3f8ff13b536e3c09a9ffed8f12;p=pandora-kernel.git MN10300: Don't cast away the volatile in test_bit() Don't cast away the volatile in test_bit()'s parameter when we change its type from const volatile void * so that we can dereference it. Signed-off-by: Akira Takeuchi Signed-off-by: Kiyoshi Owada Signed-off-by: David Howells --- Reading git-diff-tree failed