commit | 4a04a844ba0c09b5641bf2ebd9f9517aa76e52fb | [log] [tgz] |
---|---|---|
author | Jerome Glisse <jglisse@redhat.com> | Wed Dec 09 17:39:16 2009 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Thu Dec 10 15:09:06 2009 +1000 |
tree | b859af52ab72db2632e0d7da7cc0cf6552f3d136 | |
parent | b27b63750d912e80d61d2120c4a1664062d0f808 [diff] |
drm/radeon/kms: Fix NULL ptr dereference radeon_atombios_fini might be call while there is not valid atombios structure allocated, thus test for a not null ptr before trying to access this structure. Signed-off-by: Jerome Glisse <jglisse@redhat.com> Signed-off-by: Dave Airlie <airlied@linux.ie>