Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
drivers/scsi: ufs: remove obsolete oplus status report
Browse files Browse the repository at this point in the history
Signed-off-by: Vaisakh Murali <[email protected]>
  • Loading branch information
mvaisakh committed Jan 25, 2024
1 parent efae27b commit 0802f11
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/scsi/ufs/ufstw.c
Original file line number Diff line number Diff line change
Expand Up @@ -669,8 +669,6 @@ static int ufstw_lu_init(struct ufsf_feature *ufsf, int lun)
err_out:
return ret;
}

extern int ufsplus_tw_status;
void ufstw_init(struct ufsf_feature *ufsf)
{
int lun, ret = 0;
Expand Down Expand Up @@ -710,10 +708,6 @@ void ufstw_init(struct ufsf_feature *ufsf)
}
}

if (tw_enabled_lun) {
ufsplus_tw_status = 1;
}

if (tw_enabled_lun == 0) {
ERR_MSG("tw_enabled_lun count zero");
goto out_free_mem;
Expand Down

0 comments on commit 0802f11

Please sign in to comment.