Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100294
b: refs/heads/master
c: 1bcaa0b
h: refs/heads/master
v: v3
  • Loading branch information
Jonathan Corbet committed Jun 20, 2008
1 parent 9f1164e commit 5eefc0f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 46787b481be00d5443d385480d12470728406cf4
refs/heads/master: 1bcaa0bd6fd5b510dd9f1ba2da114d3f1253af61
3 changes: 2 additions & 1 deletion trunk/drivers/isdn/i4l/isdn_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -1732,7 +1732,7 @@ isdn_open(struct inode *ino, struct file *filep)
int chidx;
int retval = -ENODEV;


lock_kernel();
if (minor == ISDN_MINOR_STATUS) {
infostruct *p;

Expand Down Expand Up @@ -1783,6 +1783,7 @@ isdn_open(struct inode *ino, struct file *filep)
#endif
out:
nonseekable_open(ino, filep);
unlock_kernel();
return retval;
}

Expand Down

0 comments on commit 5eefc0f

Please sign in to comment.