commit | 3655d54af8dd85788c3e5088387469703a0f8f12 | [log] [tgz] |
---|---|---|
author | Darren Jenkins <darrenrjenkins@gmail.com> | Wed Dec 30 12:20:05 2009 +1100 |
committer | Dave Airlie <airlied@redhat.com> | Thu Jan 07 13:54:39 2010 +1000 |
tree | f146b33a26e6c15dd5b53963bddd13b2f7356260 | |
parent | d8a7f79246a447722bd90c2c4ba3ca068b2aa4c0 [diff] |
drm/radeon/radeon_fence.c: move a dereference below the NULL test If a NULL value is possible, the dereference should only occur after the NULL test. Coverity CID: 13334 Signed-off-by: Darren Jenkins <darrenrjenkins@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>