Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100367
b: refs/heads/master
c: db41bc9
h: refs/heads/master
i:
  100365: d95164a
  100363: b5baf96
  100359: e337e9d
  100351: 8a46db1
v: v3
  • Loading branch information
Arnd Bergmann authored and Jonathan Corbet committed Jul 2, 2008
1 parent 4179edc commit f0b274d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e3e8e59dcd63621e3ade03083c17b6363a8e2dc8
refs/heads/master: db41bc9c4dfeed656dfd63d26883f81abc4005df
2 changes: 2 additions & 0 deletions trunk/drivers/char/mwave/mwavedd.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
#include <linux/serial.h>
#include <linux/sched.h>
#include <linux/spinlock.h>
#include <linux/smp_lock.h>
#include <linux/delay.h>
#include <linux/serial_8250.h>
#include "smapi.h"
Expand Down Expand Up @@ -100,6 +101,7 @@ static int mwave_open(struct inode *inode, struct file *file)
PRINTK_2(TRACE_MWAVE,
"mwavedd::mwave_open, exit return retval %x\n", retval);

cycle_kernel_lock();
return retval;
}

Expand Down

0 comments on commit f0b274d

Please sign in to comment.