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:
246ccea
)
[S390] sparse: fix sparse symbol shadow warning
author
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Sun, 30 Oct 2011 14:17:17 +0000
(15:17 +0100)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Sun, 30 Oct 2011 14:16:47 +0000
(15:16 +0100)
to_kvmdev and dev_to_virtio both use container_of. Avoid to nest the
two macros to quiet the following sparse warning:
drivers/s390/kvm/kvm_virtio.c:337:20: warning: symbol '__mptr' shadows an earlier one
drivers/s390/kvm/kvm_virtio.c:337:20: originally declared here
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
No differences found