commit | b6b84557eca71ae0631be1567fec85870a2c1b93 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hansverk@cisco.com> | Thu Aug 23 06:33:49 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Tue Sep 11 09:46:41 2018 -0400 |
tree | 467c9aab7d502f17d8388540f20bb237d68d93bf | |
parent | 34b41472465b1b5a2c6c63255431fb2c1a450af1 [diff] |
media: v4l2-ctrls: return -EACCES if request wasn't completed For now (this might be relaxed in the future) we do not allow getting controls from a request that isn't completed. In that case we return -EACCES. Update the documentation accordingly. Signed-off-by: Hans Verkuil <hansverk@cisco.com> Reviewed-by: Tomasz Figa <tfiga@chromium.org> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>