Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173202
b: refs/heads/master
c: 71d69bc
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 14, 2009
1 parent f6d735b commit c1d139e
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: eb29b758a8b0b2dbffd8dc898490237d3ee783e4
refs/heads/master: 71d69bc2c0202f438669073d849999d2f6b6ca31
2 changes: 0 additions & 2 deletions trunk/drivers/char/pc8736x_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <linux/mutex.h>
#include <linux/nsc_gpio.h>
#include <linux/platform_device.h>
#include <linux/smp_lock.h>
#include <asm/uaccess.h>

#define DEVNAME "pc8736x_gpio"
Expand Down Expand Up @@ -223,7 +222,6 @@ static int pc8736x_gpio_open(struct inode *inode, struct file *file)
unsigned m = iminor(inode);
file->private_data = &pc8736x_gpio_ops;

cycle_kernel_lock();
dev_dbg(&pdev->dev, "open %d\n", m);

if (m >= PC8736X_GPIO_CT)
Expand Down

0 comments on commit c1d139e

Please sign in to comment.