From: Markus Elfring Date: Wed, 12 Oct 2016 12:54:21 +0000 (-0300) Subject: [media] DaVinci-VPFE-Capture: Delete unnecessary braces in vpfe_isr() X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b899065640fc0c8b02d762bd5869c0afd3120c64;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [media] DaVinci-VPFE-Capture: Delete unnecessary braces in vpfe_isr() Do not use curly brackets at one source code place where a single statement should be sufficient. Signed-off-by: Markus Elfring Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/platform/davinci/vpfe_capture.c b/drivers/media/platform/davinci/vpfe_capture.c index 86509d2f274a..1acca83426ea 100644 --- a/drivers/media/platform/davinci/vpfe_capture.c +++ b/drivers/media/platform/davinci/vpfe_capture.c @@ -615,9 +615,8 @@ static irqreturn_t vpfe_isr(int irq, void *dev_id) * interleavely or separately in memory, reconfigure * the CCDC memory address */ - if (field == V4L2_FIELD_SEQ_TB) { + if (field == V4L2_FIELD_SEQ_TB) vpfe_schedule_bottom_field(vpfe_dev); - } goto clear_intr; } /*