summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorSubhash Jadavani <subhashj@codeaurora.org>2015-07-15 16:47:16 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-22 11:00:16 -0700
commite64871e61d2393cac3071c7ae043cc3490f77ad3 (patch)
tree5904195bff29eba0f7c2abb2b660fe86b02c7e70 /include/linux
parentbb0a6f5728bdc78dd7f48e481de205413e460eb6 (diff)
scsi: ufs: don't free irq in suspend
If we had called the pm_qos_add_request() with PM QoS request type set to PM_QOS_REQ_AFFINE_IRQ then freeing up the irq makes the free_irq() to print out warning with call stack. We don't really need to free up irq during suspend, disabling it during suspend and reenabling it during resume should be good enough and that's how it was done on 3.10 kernel as well. Change-Id: I58379a05e1f9d5f18b46394d64bdf6f106afa963 Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions