diff options
| -rw-r--r-- | drivers/block/nvme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/nvme.c b/drivers/block/nvme.c index af1ef39bd6b4..6c0eb768562f 100644 --- a/drivers/block/nvme.c +++ b/drivers/block/nvme.c | |||
| @@ -1159,7 +1159,7 @@ static int nvme_user_admin_cmd(struct nvme_dev *dev, | |||
| 1159 | struct nvme_admin_cmd cmd; | 1159 | struct nvme_admin_cmd cmd; |
| 1160 | struct nvme_command c; | 1160 | struct nvme_command c; |
| 1161 | int status, length; | 1161 | int status, length; |
| 1162 | struct nvme_iod *iod; | 1162 | struct nvme_iod *uninitialized_var(iod); |
| 1163 | 1163 | ||
| 1164 | if (!capable(CAP_SYS_ADMIN)) | 1164 | if (!capable(CAP_SYS_ADMIN)) |
| 1165 | return -EACCES; | 1165 | return -EACCES; |
