From: Fabio Estevam Date: Mon, 14 Sep 2015 17:37:55 +0000 (-0700) Subject: Input: imx6ul_tsc - fix controller name X-Git-Tag: v4.3-rc6~3^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=002801fc5372ecb725f0d7939f88ca752ce1d499;p=platform%2Fkernel%2Flinux-exynos.git Input: imx6ul_tsc - fix controller name We should better write "Touchscreen". Signed-off-by: Fabio Estevam Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/touchscreen/imx6ul_tsc.c b/drivers/input/touchscreen/imx6ul_tsc.c index 67c73f2..8275267 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;