Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

-4
-4
drivers/media/platform/omap3isp/isppreview.c
··· 929 929 u32 active) 930 930 { 931 931 unsigned int i; 932 - u32 features; 933 932 934 933 if (update == 0) 935 934 return; 936 - 937 - features = (prev->params.params[0].features & active) 938 - | (prev->params.params[1].features & ~active); 939 935 940 936 for (i = 0; i < ARRAY_SIZE(update_attrs); i++) { 941 937 const struct preview_update *attr = &update_attrs[i];