ufs: ufshcd: Prevent sleeping in IRQ context
Few paths from the ufshcd driver is allowing the IRQ
handler path to go to sleep, which is incorrect. Hence,
prevent them from going to sleep by switching to GFP_ATOMIC
(instead of GFP_KERNEL), and disabling the path to dump
the registers.
Change-Id: Id8ed3e659e9e22b41fa0956543423824c66bf511
Signed-off-by:
Raghavendra Rao Ananta <rananta@codeaurora.org>
Loading
Please register or sign in to comment