]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commita7da980a848ae5e5fb5d64cc2b3d8381dbd4e6d1
tree648ad0b861ff72a43418c423e12e11a848467210
parente7a5fe4e56d173838cfaa755bc72cc72d05fb64d
[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