git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a5f65d
)
MN10300: Don't cast away the volatile in test_bit()
author
Akira Takeuchi
<takeuchi.akr@jp.panasonic.com>
Wed, 27 Oct 2010 16:28:36 +0000
(17:28 +0100)
committer
David Howells
<dhowells@redhat.com>
Wed, 27 Oct 2010 16:28:36 +0000
(17:28 +0100)
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 <takeuchi.akr@jp.panasonic.com>
Signed-off-by: Kiyoshi Owada <owada.kiyoshi@jp.panasonic.com>
Signed-off-by: David Howells <dhowells@redhat.com>
No differences found