Re: [PATCH v4 1/1] scsi: ufs: core: Support Updating UIC Command Timeout

From: Bao D. Nguyen
Date: Tue Jul 23 2024 - 15:28:20 EST



Could be just use this line instead?
return
param_set_uint_minmax(val, kp, UIC_CMD_TIMEOUT_DEFAULT,

UIC_CMD_TIMEOUT_MAX);

It should be more simple.
Thank you Peter. Yes it would be cleaner. I will update the patch.

Thanks, Bao