commit | c336f75e1e822658122b96d874da01f5f4df994d | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Sat Jan 18 06:06:01 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Thu Jul 17 11:57:20 2014 -0300 |
tree | 1e4dbbb6a4b1b4488c09aa04a6162ec35448c6ed | |
parent | 302ab7ce2daba8cdd82a6809adb42d117a683f06 [diff] |
[media] v4l2-ctrls: return elem_size instead of strlen When getting a string and the size given by the application is too short return the max length the string can have (elem_size) instead of the string length + 1. That makes more sense. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>