projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db0c3f9
)
mma8452: fix for v2.6.36
author
黄涛
<huangtao@rock-chips.com>
Mon, 1 Aug 2011 03:22:01 +0000
(11:22 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Mon, 1 Aug 2011 03:22:01 +0000
(11:22 +0800)
drivers/input/gsensor/mma8452.c
patch
|
blob
|
history
diff --git
a/drivers/input/gsensor/mma8452.c
b/drivers/input/gsensor/mma8452.c
index b842d8a8e9cd24a7390e482c9172feef46d3804b..8aade9457583de2ac327c1e7725985e694c00a74 100755
(executable)
--- a/
drivers/input/gsensor/mma8452.c
+++ b/
drivers/input/gsensor/mma8452.c
@@
-578,7
+578,7
@@
static struct file_operations mma8452_fops = {
.owner = THIS_MODULE,
.open = mma8452_open,
.release = mma8452_release,
- .ioctl = mma8452_ioctl,
+ .
unlocked_
ioctl = mma8452_ioctl,
};
static struct miscdevice mma8452_device = {