Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ab65da3 authored by Beomho Seo's avatar Beomho Seo Committed by Dmitry Torokhov
Browse files

Input: mcs_touchkey - fix incorrect input device name



This patch fix a typo error in MELFAS 5000/5080 controller driver.

Signed-off-by: default avatarBeomho Seo <beomho.seo@samsung.com>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 3e582979
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -147,7 +147,7 @@ static int mcs_touchkey_probe(struct i2c_client *client,
	}
	}
	dev_info(&client->dev, "Firmware version: %d\n", fw_ver);
	dev_info(&client->dev, "Firmware version: %d\n", fw_ver);


	input_dev->name = "MELPAS MCS Touchkey";
	input_dev->name = "MELFAS MCS Touchkey";
	input_dev->id.bustype = BUS_I2C;
	input_dev->id.bustype = BUS_I2C;
	input_dev->dev.parent = &client->dev;
	input_dev->dev.parent = &client->dev;
	input_dev->evbit[0] = BIT_MASK(EV_KEY);
	input_dev->evbit[0] = BIT_MASK(EV_KEY);