commit | 85e510a1f9691179a5ba0929b4b89da354d89d91 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Sat Feb 20 06:48:23 2016 -0200 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Sat Feb 27 08:14:43 2016 -0300 |
tree | 97768bf0d21d3197bd09af9f53ce4f480e8c9a86 | |
parent | 3915d367932609f9c0bdc79c525b5dd5a806ab18 [diff] |
[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>