Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13635
b: refs/heads/master
c: feee207
h: refs/heads/master
i:
  13633: d0c3b5d
  13631: 97e74a6
v: v3
  • Loading branch information
David S. Miller committed Nov 9, 2005
1 parent 3eb58d5 commit 77c398d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 84c1a13a30f21406f39e546684a78ebe9859e6d7
refs/heads/master: feee207e44d3643d19e648af3c88946bd1c5106b
2 changes: 1 addition & 1 deletion trunk/drivers/sbus/char/cpwatchdog.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ static long wd_compat_ioctl(struct file *file, unsigned int cmd,
case WIOCGSTAT:
lock_kernel();
rval = wd_ioctl(file->f_dentry->d_inode, file, cmd, arg);
lock_kernel();
unlock_kernel();
break;
/* everything else is handled by the generic compat layer */
default:
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/sbus/char/display7seg.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ static long d7s_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
writeb(regs, d7s_regs);
break;
};
lock_kernel();
unlock_kernel();

return error;
}
Expand Down

0 comments on commit 77c398d

Please sign in to comment.