Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Fabio Estevam and committed by
Dmitry Torokhov
002801fc 5eab3cf3

+1 -1
+1 -1
drivers/input/touchscreen/imx6ul_tsc.c
··· 355 355 if (!input_dev) 356 356 return -ENOMEM; 357 357 358 - input_dev->name = "iMX6UL TouchScreen Controller"; 358 + input_dev->name = "iMX6UL Touchscreen Controller"; 359 359 input_dev->id.bustype = BUS_HOST; 360 360 361 361 input_dev->open = imx6ul_tsc_open;