commit | f216ccb3d9d5603f750e50dbe66190de87dc52d8 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Mon Nov 25 16:15:29 2013 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Sun May 25 12:51:35 2014 -0300 |
tree | 66e99a3aa379a659543640b9918c736ffc0506df | |
parent | bedc3939dc866e0bf2648ca3700119bf6c3e54de [diff] |
[media] adv7604: Don't put info string arrays on the stack We do not want to modify the info string arrays ever, so no need to waste stack space for them. While we are at it also make them const. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>