Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268255
b: refs/heads/master
c: 303dfbf
h: refs/heads/master
i:
  268253: 8ad3517
  268251: dde34e5
  268247: 2f971ff
  268239: b0b7dee
  268223: da8ccb8
v: v3
  • Loading branch information
Alexey Khoroshilov authored and Greg Kroah-Hartman committed Sep 6, 2011
1 parent 91843dd commit cde25f9
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: 17966e3bb8a3a0d883f4893e515c174ac5980413
refs/heads/master: 303dfbf5727410bfa3e82d4e2554813f1e8f2de6
2 changes: 1 addition & 1 deletion trunk/drivers/staging/mei/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ static int mei_open(struct inode *inode, struct file *file)
err = -ENOMEM;
cl = mei_cl_allocate(dev);
if (!cl)
goto out;
goto out_unlock;

err = -ENODEV;
if (dev->mei_state != MEI_ENABLED) {
Expand Down

0 comments on commit cde25f9

Please sign in to comment.