aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/cdns3-imx.c
diff options
context:
space:
mode:
authorCan Guo <[email protected]>2019-11-14 22:09:27 -0800
committerMartin K. Petersen <[email protected]>2019-11-18 23:15:51 -0500
commitcddaebaf3d81584180d647e9cbda4ecbf8e8e71c (patch)
tree981750ae1d435a54909daff6f9859789b4842780 /drivers/usb/cdns3/cdns3-imx.c
parent71d848b8d97ec0f8e993d63cf9de6ac8b3f7c43d (diff)
scsi: ufs: Fix register dump caused sleep in atomic context
ufshcd_print_host_regs() can be called by interrupt handler, but it may sleep due to ufshcd_dump_regs() allocates the dump buffer memory with flag GFP_KERNEL. Fix it by changing GFP_KERNEL to GFP_ATMOIC. Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Bean Huo <[email protected]> Signed-off-by: Can Guo <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-imx.c')
0 files changed, 0 insertions, 0 deletions