Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323250
b: refs/heads/master
c: c7d36ab
h: refs/heads/master
v: v3
  • Loading branch information
Keith Busch authored and Matthew Wilcox committed Jul 27, 2012
1 parent 6dcdc40 commit 76af4f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a0cadb85b8b758608ae0759151e29de7581c6731
refs/heads/master: c7d36ab8fa04c213328119a9c0d66985fe204ee5
2 changes: 1 addition & 1 deletion trunk/drivers/block/nvme.c
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ static int nvme_user_admin_cmd(struct nvme_dev *dev,
struct nvme_admin_cmd cmd;
struct nvme_command c;
int status, length;
struct nvme_iod *iod;
struct nvme_iod *uninitialized_var(iod);

if (!capable(CAP_SYS_ADMIN))
return -EACCES;
Expand Down

0 comments on commit 76af4f0

Please sign in to comment.