Skip to content

Commit

Permalink
Input: imx6ul_tsc - fix controller name
Browse files Browse the repository at this point in the history
We should better write "Touchscreen".

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
  • Loading branch information
Fabio Estevam authored and Dmitry Torokhov committed Sep 19, 2015
1 parent 5eab3cf commit 002801f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/touchscreen/imx6ul_tsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 002801f

Please sign in to comment.