Re: [PATCH] scsi: ufs: ti-j721e-ufs: Fix unwinding of pm_runtime changes

2020-05-26 Thread Martin K. Petersen
On Tue, 26 May 2020 15:33:40 +0530, Vignesh Raghavendra wrote: > Fix unwinding of pm_runtime changes when bailing out of driver probe due > to a failure and also on removal of driver. Applied to 5.8/scsi-queue, thanks! [1/1] scsi: ufs: ti-j721e-ufs: Fix unwinding of pm_runtime changes

[PATCH] scsi: ufs: ti-j721e-ufs: Fix unwinding of pm_runtime changes

2020-05-26 Thread Vignesh Raghavendra
Fix unwinding of pm_runtime changes when bailing out of driver probe due to a failure and also on removal of driver. Fixes: 6979e56cec97 ("scsi: ufs: Add driver for TI wrapper for Cadence UFS IP") Reported-by: Dinghao Liu Signed-off-by: Vignesh Raghavendra --- drivers/scsi/ufs/ti-j721e-ufs.c |