Skip to content

Commit 9a7fd57

Browse files
fenrus75kakra
authored andcommitted
nvme workaround
Signed-off-by: Kai Krakow <kai@kaishome.de>
1 parent 025765d commit 9a7fd57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/nvme/host/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static u8 nvme_max_retries = 5;
4848
module_param_named(max_retries, nvme_max_retries, byte, 0644);
4949
MODULE_PARM_DESC(max_retries, "max number of retries a command may have");
5050

51-
static unsigned long default_ps_max_latency_us = 100000;
51+
static unsigned long default_ps_max_latency_us = 200;
5252
module_param(default_ps_max_latency_us, ulong, 0644);
5353
MODULE_PARM_DESC(default_ps_max_latency_us,
5454
"max power saving latency for new devices; use PM QOS to change per device");

0 commit comments

Comments
 (0)