These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / media / platform / omap3isp / isppreview.c
index 15cb254..1380327 100644 (file)
@@ -929,14 +929,10 @@ static void preview_setup_hw(struct isp_prev_device *prev, u32 update,
                             u32 active)
 {
        unsigned int i;
-       u32 features;
 
        if (update == 0)
                return;
 
-       features = (prev->params.params[0].features & active)
-                | (prev->params.params[1].features & ~active);
-
        for (i = 0; i < ARRAY_SIZE(update_attrs); i++) {
                const struct preview_update *attr = &update_attrs[i];
                struct prev_params *params;