Commit 21d128a7 authored by Beomho Seo's avatar Beomho Seo Committed by Dmitry Torokhov

Input: mcs5000_ts - fix incorrect input device name

This patch fix a typo error in MELFAS MCS-5000 controller driver.
Signed-off-by: default avatarBeomho Seo <beomho.seo@samsung.com>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 58442239
...@@ -208,7 +208,7 @@ static int mcs5000_ts_probe(struct i2c_client *client, ...@@ -208,7 +208,7 @@ static int mcs5000_ts_probe(struct i2c_client *client,
data->input_dev = input_dev; data->input_dev = input_dev;
data->platform_data = dev_get_platdata(&client->dev); data->platform_data = dev_get_platdata(&client->dev);
input_dev->name = "MELPAS MCS-5000 Touchscreen"; input_dev->name = "MELFAS MCS-5000 Touchscreen";
input_dev->id.bustype = BUS_I2C; input_dev->id.bustype = BUS_I2C;
input_dev->dev.parent = &client->dev; input_dev->dev.parent = &client->dev;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment