diff options
| -rw-r--r-- | drivers/nvme/host/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c index d935aba0288f..cd7aec58a301 100644 --- a/drivers/nvme/host/pci.c +++ b/drivers/nvme/host/pci.c | |||
| @@ -42,7 +42,7 @@ static int use_threaded_interrupts; | |||
| 42 | module_param(use_threaded_interrupts, int, 0); | 42 | module_param(use_threaded_interrupts, int, 0); |
| 43 | 43 | ||
| 44 | static bool use_cmb_sqes = true; | 44 | static bool use_cmb_sqes = true; |
| 45 | module_param(use_cmb_sqes, bool, 0644); | 45 | module_param(use_cmb_sqes, bool, 0444); |
| 46 | MODULE_PARM_DESC(use_cmb_sqes, "use controller's memory buffer for I/O SQes"); | 46 | MODULE_PARM_DESC(use_cmb_sqes, "use controller's memory buffer for I/O SQes"); |
| 47 | 47 | ||
| 48 | static unsigned int max_host_mem_size_mb = 128; | 48 | static unsigned int max_host_mem_size_mb = 128; |
