[media] tc358743: use - instead of non-ascii wide-dash character
authorHans Verkuil <hverkuil@xs4all.nl>
Sat, 20 Feb 2016 08:48:23 +0000 (06:48 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Sat, 27 Feb 2016 11:14:43 +0000 (08:14 -0300)
commit85e510a1f9691179a5ba0929b4b89da354d89d91
tree97768bf0d21d3197bd09af9f53ce4f480e8c9a86
parent3915d367932609f9c0bdc79c525b5dd5a806ab18
[media] tc358743: use - instead of non-ascii wide-dash character

smatch complains about non-ascii characters. It turns out that a wide-dash character
was used instead of the more common '-' character.

Replace those dashes with -.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/i2c/tc358743.c