From: Akinobu Mita Date: Mon, 29 Jul 2013 19:06:02 +0000 (+0530) Subject: [SCSI] ufs: don't disable_irq() if the IRQ can be shared among devices X-Git-Tag: v3.12-rc1~180^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0f4b7c5acbac65d2f56ed5e1d2d8036f9db936e;p=pandora-kernel.git [SCSI] ufs: don't disable_irq() if the IRQ can be shared among devices When removing the UFS driver, disable_irq() is called and the IRQ is not enabled again. Unfortunately, the IRQ is requested with IRQF_SHARED and it can be shared among several devices. So disabling the IRQ in this way is just breaking other devices which are sharing the IRQ. Signed-off-by: Akinobu Mita Signed-off-by: Santosh Y Signed-off-by: James Bottomley --- Reading git-diff-tree failed