commit | a513c184d99fe10e7b20771ef86f5f807769318f | [log] [tgz] |
---|---|---|
author | Jerome Glisse <jglisse@redhat.com> | Wed Sep 09 22:23:07 2009 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Thu Sep 10 18:41:01 2009 +1000 |
tree | 140e14b22cbae3e09d6ec3644fbf48b68a83229d | |
parent | 905b68223be18937159a29b354e6a332952ff952 [diff] |
drm/radeon/kms: Don't try to process irq when we are unloading If module is being unloaded we should not try to handle irq especialy we should not call into drm helper or we could hard hang the computer free_irq will call the irq handler to make sure we behave properly. Signed-off-by: Jerome Glisse <jglisse@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>