Commit 7fd6bd9d authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] omap3isp: remove unused var

drivers/media/platform/omap3isp/isppreview.c:932:6: warning: variable ‘features’ set but not used [-Wunused-but-set-variable]
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 816de50d
...@@ -929,14 +929,10 @@ static void preview_setup_hw(struct isp_prev_device *prev, u32 update, ...@@ -929,14 +929,10 @@ static void preview_setup_hw(struct isp_prev_device *prev, u32 update,
u32 active) u32 active)
{ {
unsigned int i; unsigned int i;
u32 features;
if (update == 0) if (update == 0)
return; return;
features = (prev->params.params[0].features & active)
| (prev->params.params[1].features & ~active);
for (i = 0; i < ARRAY_SIZE(update_attrs); i++) { for (i = 0; i < ARRAY_SIZE(update_attrs); i++) {
const struct preview_update *attr = &update_attrs[i]; const struct preview_update *attr = &update_attrs[i];
struct prev_params *params; struct prev_params *params;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment