public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Jan Luebbe <jlu@pengutronix.de>
Cc: kbuild-all@01.org, linux-media@vger.kernel.org,
	Jan Luebbe <jlu@pengutronix.de>,
	slongerbeam@gmail.com, p.zabel@pengutronix.de
Subject: [PATCH] media: imx: fix semicolon.cocci warnings
Date: Fri, 4 May 2018 14:44:52 +0800	[thread overview]
Message-ID: <20180504064452.GA1987@ivb43> (raw)
In-Reply-To: <20180503164120.9912-3-jlu@pengutronix.de>

From: Fengguang Wu <fengguang.wu@intel.com>

drivers/staging/media/imx/imx-media-csi.c:443:3-4: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: ad2cc62e77ef ("media: imx: add support for RGB565_2X8 on parallel bus")
CC: Jan Luebbe <jlu@pengutronix.de>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 imx-media-csi.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/staging/media/imx/imx-media-csi.c
+++ b/drivers/staging/media/imx/imx-media-csi.c
@@ -440,7 +440,7 @@ static int csi_idmac_setup_channel(struc
 			passthrough_bits = 8;
 			passthrough_cycles = 2;
 			break;
-		};
+		}
 		/* fallthrough */
 	default:
 		burst_size = (image.pix.width & 0xf) ? 8 : 16;

  parent reply	other threads:[~2018-05-04  6:45 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-03 16:41 [PATCH 0/2] media: imx: add capture support for RGB565_2X8 on parallel bus Jan Luebbe
2018-05-03 16:41 ` [PATCH 1/2] media: imx: capture: refactor enum_/try_fmt Jan Luebbe
2018-05-03 16:41 ` [PATCH 2/2] media: imx: add support for RGB565_2X8 on parallel bus Jan Luebbe
2018-05-04  5:07   ` kbuild test robot
2018-05-04 14:44     ` Jan Lübbe
2018-05-04  6:44   ` kbuild test robot [this message]
2018-05-04  6:44   ` kbuild test robot
2018-05-04  8:37   ` kbuild test robot
2018-05-05 22:22 ` [PATCH 0/2] media: imx: add capture " Steve Longerbeam
2018-05-07 14:23   ` Jan Lübbe
2018-05-07 18:21     ` Steve Longerbeam
2018-05-08 14:13       ` Jan Lübbe
2018-05-08 18:23         ` Steve Longerbeam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180504064452.GA1987@ivb43 \
    --to=lkp@intel.com \
    --cc=jlu@pengutronix.de \
    --cc=kbuild-all@01.org \
    --cc=linux-media@vger.kernel.org \
    --cc=p.zabel@pengutronix.de \
    --cc=slongerbeam@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox