Commits
Fancy Fang committed 2531fdcd9d0
MLK-11917-1 media: output: pxp_v4l2: remove some duplicate dead code The code slice in the 'v4l2_fmt_to_pxp_fmt()' function: " else if (v4l2_pix_fmt == V4L2_PIX_FMT_RGB555) pxp_fmt = PXP_PIX_FMT_RGB555; " appears twice continuously. And the second code slice will become dead code which is never executed. So remove the second one. Signed-off-by: Fancy Fang <chen.fang@freescale.com>