OSDN Git Service

[media] s5p-mfc: Remove redundant 'break'
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 28 Dec 2012 09:18:27 +0000 (06:18 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 6 Jan 2013 11:55:09 +0000 (09:55 -0200)
commit55e2cf34ba290a18782c64786f0e1842b8394c45
tree648ad0b861ff72a43418c423e12e11a848467210
parent8f23cc0222a9fe9c43f679dcb3d38604b30cf7c8
[media] s5p-mfc: Remove redundant 'break'

The code returns before this statement. Hence not required.
Silences the following smatch message:
drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c:525
s5p_mfc_set_dec_frame_buffer_v5() info: ignoring unreachable code.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c