]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: atomisp: fix missing break in switch statement
authorColin Ian King <colin.king@canonical.com>
Mon, 13 Mar 2017 18:20:28 +0000 (18:20 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Mar 2017 00:00:37 +0000 (08:00 +0800)
commit9e7b319e1d1e6cba41ae96f791789a7806b29584
tree794a268986e39dd3a79b3942e35062d7dceca155
parent03028868eb195dad2ab69f81776779b91c3f9a42
staging: atomisp: fix missing break in switch statement

I believe there is a missing break in the switch statement for
case V4L2_CID_FOCUS_STATUS as the current fall-through looks
suspect to me.

Detected by CoverityScan, CID#1416580 ("Missing break in switch")

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/atomisp/i2c/ov5693/ov5693.c