diff options
author | Beomho Seo <beomho.seo@samsung.com> | 2014-05-27 13:21:51 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-05-29 02:48:03 -0400 |
commit | 58442239f6d3fe66cb953b948d932237132b4181 (patch) | |
tree | 00c38f46099e4b62c672dc51787216038315e209 /drivers/input/touchscreen/mms114.c | |
parent | 9ab65da3063849e6c7d8036fe5227f79e754593a (diff) |
Input: mms114 - fix incorrect input device name
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>
Diffstat (limited to 'drivers/input/touchscreen/mms114.c')
-rw-r--r-- | drivers/input/touchscreen/mms114.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/mms114.c b/drivers/input/touchscreen/mms114.c index 9d83413bbba7..372bbf7658fe 100644 --- a/drivers/input/touchscreen/mms114.c +++ b/drivers/input/touchscreen/mms114.c | |||
@@ -456,7 +456,7 @@ static int mms114_probe(struct i2c_client *client, | |||
456 | data->input_dev = input_dev; | 456 | data->input_dev = input_dev; |
457 | data->pdata = pdata; | 457 | data->pdata = pdata; |
458 | 458 | ||
459 | input_dev->name = "MELPAS MMS114 Touchscreen"; | 459 | input_dev->name = "MELFAS MMS114 Touchscreen"; |
460 | input_dev->id.bustype = BUS_I2C; | 460 | input_dev->id.bustype = BUS_I2C; |
461 | input_dev->dev.parent = &client->dev; | 461 | input_dev->dev.parent = &client->dev; |
462 | input_dev->open = mms114_input_open; | 462 | input_dev->open = mms114_input_open; |