drm/radeon/radeon_fence.c: move a dereference below the NULL test
authorDarren Jenkins <darrenrjenkins@gmail.com>
Wed, 30 Dec 2009 01:20:05 +0000 (12:20 +1100)
committerDave Airlie <airlied@redhat.com>
Thu, 7 Jan 2010 03:54:39 +0000 (13:54 +1000)
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>

No differences found