drm: move dereference below check
authorDan Carpenter <error27@gmail.com>
Thu, 19 Aug 2010 09:46:29 +0000 (11:46 +0200)
committerDave Airlie <airlied@redhat.com>
Thu, 19 Aug 2010 22:48:44 +0000 (08:48 +1000)
"fb_helper_conn" is dereferenced before the check for NULL.  It's never
actually NULL here, so this is mostly to keep the static checkers happy.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found