Skip to content

Commit

Permalink
scsi: ufs: core: Remove irrelevant reference to non-existing doc
Browse files Browse the repository at this point in the history
Remove all references to the description of __ufshcd_wl_{suspend,resume} as
no such description exist.

Fixes: b294ff3 (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>
  • Loading branch information
Avri Altman authored and Martin K. Petersen committed Jun 8, 2021
1 parent ebab8e0 commit 8b1afb7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/scsi/ufs/ufshcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -9123,7 +9123,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)
{
Expand Down Expand Up @@ -9159,7 +9158,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
*/
Expand Down Expand Up @@ -9197,7 +9195,6 @@ static int ufshcd_resume(struct ufs_hba *hba)
* @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
*/
Expand Down Expand Up @@ -9249,7 +9246,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
*/
Expand Down

0 comments on commit 8b1afb7

Please sign in to comment.