mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
UPSTREAM: scsi: ufs: core: Remove irrelevant reference to non-existing doc
Remove all references to the description of __ufshcd_wl_{suspend,resume} as
no such description exist.
Fixes: b294ff3e34 (scsi: ufs: core: Enable power management for wlun)
Link: https://lore.kernel.org/r/20210603122209.635799-1-avri.altman@wdc.com
Signed-off-by: Avri Altman <avri.altman@wdc.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
(cherry picked from commit 8b1afb7ab0)
Bug: 204438323
Signed-off-by: Bart Van Assche <bvanassche@google.com>
Change-Id: I73d9671a1f3e17345632387826a4e6f0878c68b7
This commit is contained in:
committed by
Bart Van Assche
parent
b5476a6562
commit
43b8c48a24
@@ -9116,7 +9116,6 @@ static void ufshcd_wl_shutdown(struct device *dev)
|
||||
*
|
||||
* This function will put disable irqs, turn off clocks
|
||||
* and set vreg and hba-vreg in lpm mode.
|
||||
* Also check the description of __ufshcd_wl_suspend().
|
||||
*/
|
||||
static int ufshcd_suspend(struct ufs_hba *hba)
|
||||
{
|
||||
@@ -9152,7 +9151,6 @@ static int ufshcd_suspend(struct ufs_hba *hba)
|
||||
*
|
||||
* This function basically turns on the regulators, clocks and
|
||||
* irqs of the hba.
|
||||
* Also check the description of __ufshcd_wl_resume().
|
||||
*
|
||||
* Returns 0 for success and non-zero for failure
|
||||
*/
|
||||
@@ -9190,7 +9188,6 @@ out:
|
||||
* @hba: per adapter instance
|
||||
*
|
||||
* Check the description of ufshcd_suspend() function for more details.
|
||||
* Also check the description of __ufshcd_wl_suspend().
|
||||
*
|
||||
* Returns 0 for success and non-zero for failure
|
||||
*/
|
||||
@@ -9242,7 +9239,6 @@ EXPORT_SYMBOL(ufshcd_system_resume);
|
||||
* @hba: per adapter instance
|
||||
*
|
||||
* Check the description of ufshcd_suspend() function for more details.
|
||||
* Also check the description of __ufshcd_wl_suspend().
|
||||
*
|
||||
* Returns 0 for success and non-zero for failure
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user