Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5369326 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "scsi: ufs: fix debugfs tag stats resetting"

parents e2fd801c 5e16a24c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ static ssize_t ufsdbg_tag_stats_write(struct file *filp,
		pr_debug("%s: Enabling & Resetting UFS tag statistics",
			 __func__);
		memset(ufs_stats->tag_stats, 0,
		       sizeof(unsigned int) * hba->nutrs);
		       sizeof(*ufs_stats->tag_stats) * hba->nutrs);
	}

	spin_unlock_irqrestore(hba->host->host_lock, flags);