aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/imx6ul_tsc.c
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-09-14 10:37:55 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2015-09-19 11:41:54 -0700
commit002801fc5372ecb725f0d7939f88ca752ce1d499 (patch)
treeb65fb2c9ff83f654b6803d6f9b2aaf393e90e57f /drivers/input/touchscreen/imx6ul_tsc.c
parentInput: imx6ul_tsc - use the preferred method for kzalloc() (diff)
downloadlinux-dev-002801fc5372ecb725f0d7939f88ca752ce1d499.tar.xz
linux-dev-002801fc5372ecb725f0d7939f88ca752ce1d499.zip
Input: imx6ul_tsc - fix controller name
We should better write "Touchscreen". Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen/imx6ul_tsc.c')
-rw-r--r--drivers/input/touchscreen/imx6ul_tsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/imx6ul_tsc.c b/drivers/input/touchscreen/imx6ul_tsc.c
index 67c73f2e7e3a..8275267eac25 100644
--- a/drivers/input/touchscreen/imx6ul_tsc.c
+++ b/drivers/input/touchscreen/imx6ul_tsc.c
@@ -355,7 +355,7 @@ static int imx6ul_tsc_probe(struct platform_device *pdev)
if (!input_dev)
return -ENOMEM;
- input_dev->name = "iMX6UL TouchScreen Controller";
+ input_dev->name = "iMX6UL Touchscreen Controller";
input_dev->id.bustype = BUS_HOST;
input_dev->open = imx6ul_tsc_open;