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:
a96ca10
)
drm: don't cast a pointer to pointer of list_head
author
Li Zefan
<lizf@cn.fujitsu.com>
Sun, 16 Dec 2007 23:47:19 +0000
(09:47 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 7 Feb 2008 05:09:39 +0000
(15:09 +1000)
The casting is safe only when the list_head member is the first member of
the structure.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dave Airlie <airlied@linux.ie>
No differences found