Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173203
b: refs/heads/master
c: 3a8183a
h: refs/heads/master
i:
  173201: f6d735b
  173199: 353a363
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 14, 2009
1 parent c1d139e commit 3b4ca87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 71d69bc2c0202f438669073d849999d2f6b6ca31
refs/heads/master: 3a8183a2061ba54c4c2b3cd31c3add6fd717e853
2 changes: 0 additions & 2 deletions trunk/drivers/char/scx200_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/smp_lock.h>
#include <asm/uaccess.h>
#include <asm/io.h>

Expand Down Expand Up @@ -52,7 +51,6 @@ static int scx200_gpio_open(struct inode *inode, struct file *file)
unsigned m = iminor(inode);
file->private_data = &scx200_gpio_ops;

cycle_kernel_lock();
if (m >= MAX_PINS)
return -EINVAL;
return nonseekable_open(inode, file);
Expand Down

0 comments on commit 3b4ca87

Please sign in to comment.