commit | d5b0d1b5bda979b077cf011e79fc19677663afc4 | [log] [tgz] |
---|---|---|
author | Li Zefan <lizf@cn.fujitsu.com> | Mon Dec 17 09:47:19 2007 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Thu Feb 07 15:09:39 2008 +1000 |
tree | aa8bd82793341bdbf18589eed8a91fbe511cddfe | |
parent | a96ca105a68bc66c564accdfeb81c36e1d5d46b3 [diff] |
drm: don't cast a pointer to pointer of list_head 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>