diff --git a/drivers/media/video/mxc/capture/ipu_prp_vf_sdc.c b/drivers/media/video/mxc/capture/ipu_prp_vf_sdc.c index 882bacf923b..65f82b2948c 100644 --- a/drivers/media/video/mxc/capture/ipu_prp_vf_sdc.c +++ b/drivers/media/video/mxc/capture/ipu_prp_vf_sdc.c @@ -1,5 +1,5 @@ /* - * Copyright 2004-2010 Freescale Semiconductor, Inc. All Rights Reserved. + * Copyright 2004-2011 Freescale Semiconductor, Inc. All Rights Reserved. */ /* @@ -316,8 +316,6 @@ static int prpvf_stop(void *private) return -EPERM; } - ipu_disp_set_window_pos(MEM_FG_SYNC, 0, 0); - if (cam->vf_rotation >= IPU_ROTATE_VERT_FLIP) { ipu_unlink_channels(CSI_PRP_VF_MEM, MEM_ROT_VF_MEM); ipu_unlink_channels(MEM_ROT_VF_MEM, MEM_FG_SYNC);