Skip to content
Commit 65aa2f4e authored by Darren Jenkins's avatar Darren Jenkins Committed by Dave Airlie
Browse files

gpu/drm/radeon/radeon_irq.c: move a dereference below a NULL test



If a NULL value is possible, the dereference should only occur after the
NULL test.

Coverity CID: 13338

Signed-off-by: default avatarDarren Jenkins <darrenrjenkins@gmail.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 875c1866
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment