gpu/drm/radeon/radeon_irq.c: move a dereference below a NULL test
authorDarren Jenkins <darrenrjenkins@gmail.com>
Wed, 30 Dec 2009 01:16:35 +0000 (12:16 +1100)
committerDave Airlie <airlied@redhat.com>
Thu, 7 Jan 2010 03:56:32 +0000 (13:56 +1000)
If a NULL value is possible, the dereference should only occur after the
NULL test.

Coverity CID: 13338

Signed-off-by: Darren Jenkins <darrenrjenkins@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found