From: Beomho Seo Date: Tue, 27 May 2014 17:22:12 +0000 (-0700) Subject: Input: mcs5000_ts - fix incorrect input device name X-Git-Tag: v6.6-pxa1908~19382^2~572 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=21d128a768675fc34946c8795f531c6164cbf8ca;p=linux.git Input: mcs5000_ts - fix incorrect input device name This patch fix a typo error in MELFAS MCS-5000 controller driver. Signed-off-by: Beomho Seo Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/touchscreen/mcs5000_ts.c b/drivers/input/touchscreen/mcs5000_ts.c index 647e36f5930e..97a005daad06 100644 --- a/drivers/input/touchscreen/mcs5000_ts.c +++ b/drivers/input/touchscreen/mcs5000_ts.c @@ -208,7 +208,7 @@ static int mcs5000_ts_probe(struct i2c_client *client, data->input_dev = input_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->dev.parent = &client->dev;