Skip to content

Commit faac849

Browse files
authored
Merge pull request #290 from sgaud-quic/qcom-6.18.y
WORKAROUND: scsi: ufs: core: Set uic_cmd_timeout to max
2 parents 1307064 + 3b63e41 commit faac849

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/ufs/core/ufshcd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ static bool is_mcq_supported(struct ufs_hba *hba)
117117
module_param(use_mcq_mode, bool, 0644);
118118
MODULE_PARM_DESC(use_mcq_mode, "Control MCQ mode for controllers starting from UFSHCI 4.0. 1 - enable MCQ, 0 - disable MCQ. MCQ is enabled by default");
119119

120-
static unsigned int uic_cmd_timeout = UIC_CMD_TIMEOUT_DEFAULT;
120+
static unsigned int uic_cmd_timeout = UIC_CMD_TIMEOUT_MAX;
121121

122122
static int uic_cmd_timeout_set(const char *val, const struct kernel_param *kp)
123123
{

0 commit comments

Comments
 (0)