From: Jerome Glisse Date: Wed, 9 Sep 2009 20:23:07 +0000 (+0200) Subject: drm/radeon/kms: Don't try to process irq when we are unloading X-Git-Tag: v2.6.32-rc1~159^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a513c184d99fe10e7b20771ef86f5f807769318f;p=pandora-kernel.git 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 Signed-off-by: Dave Airlie --- Reading git-diff-tree failed