commit | ed2cea4f95bf2d091061e2b89b22912fff575a14 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Wed Jul 03 04:00:35 2019 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Tue Jul 23 08:52:13 2019 -0400 |
tree | 655fa49aace7da11abc6132e0d5ed20e76383cd7 | |
parent | aef5f47c9907ed6bfe9245124279b9c049077fd7 [diff] |
media: cobalt: remove redundant assignment to variable data The variable data is being initialized with a value that is never read and it is being updated later with a new value. The initialization is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>