kernel/drivers/media/platform/omap/omap_voutlib.c
.. .. @@ -95,7 +95,11 @@ 95 95 96 96 /* We now have a valid preview window, so go with it */ 97 97 new_win->w = try_win; 98 - new_win->field = V4L2_FIELD_ANY;98 + new_win->field = V4L2_FIELD_NONE;99 + new_win->clips = NULL;100 + new_win->clipcount = 0;101 + new_win->bitmap = NULL;102 +99 103 return 0; 100 104 } 101 105 EXPORT_SYMBOL_GPL(omap_vout_try_window);