Skip to content

Commit

Permalink
[media] omap3isp: ccdc: No semicolon is needed after switch statement
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Peter Meerwald authored and Mauro Carvalho Chehab committed Aug 11, 2012
1 parent 96d62ae commit 13eaaa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/video/omap3isp/ispccdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ static void ccdc_config_vp(struct isp_ccdc_device *ccdc)
case 13:
fmtcfg_vp |= ISPCCDC_FMTCFG_VPIN_12_3;
break;
};
}

if (pipe->input)
div = DIV_ROUND_UP(l3_ick, pipe->max_rate);
Expand Down Expand Up @@ -991,7 +991,7 @@ static void ccdc_config_sync_if(struct isp_ccdc_device *ccdc,
case 12:
syn_mode |= ISPCCDC_SYN_MODE_DATSIZ_12;
break;
};
}

if (syncif->fldmode)
syn_mode |= ISPCCDC_SYN_MODE_FLDMODE;
Expand Down

0 comments on commit 13eaaa7

Please sign in to comment.