projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ab65da
)
Input: mms114 - fix incorrect input device name
author
Beomho Seo
<beomho.seo@samsung.com>
Tue, 27 May 2014 17:21:51 +0000
(10:21 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Thu, 29 May 2014 06:48:03 +0000
(23:48 -0700)
This patch fix a typo error in mms114 touchscreen driver.
Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/mms114.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/mms114.c
b/drivers/input/touchscreen/mms114.c
index 9d83413bbba7372f169351284a63cd34a7c3526c..372bbf7658fec2f85a8fb48cb03c24b2c0c78bee 100644
(file)
--- a/
drivers/input/touchscreen/mms114.c
+++ b/
drivers/input/touchscreen/mms114.c
@@
-456,7
+456,7
@@
static int mms114_probe(struct i2c_client *client,
data->input_dev = input_dev;
data->pdata = pdata;
- input_dev->name = "MEL
P
AS MMS114 Touchscreen";
+ input_dev->name = "MEL
F
AS MMS114 Touchscreen";
input_dev->id.bustype = BUS_I2C;
input_dev->dev.parent = &client->dev;
input_dev->open = mms114_input_open;