All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Jyri Sarha <jsarha@ti.com>
Cc: fabrizio.castro@bp.renesas.com,
	boris.brezillon@free-electrons.com, voice.shen@atmel.com,
	dri-devel@lists.freedesktop.org, peter.ujfalusi@ti.com,
	tomi.valkeinen@ti.com, kbuild-all@01.org, Songjun.Wu@atmel.com,
	laurent.pinchart@ideasonboard.com
Subject: [PATCH] drm/bridge: sii902x: fix semicolon.cocci warnings
Date: Tue, 26 Feb 2019 05:44:56 +0800	[thread overview]
Message-ID: <20190225214456.GA4841@xian> (raw)
In-Reply-To: <9b7d96b02731cd53359a924e4c5f8b8f2d550717.1551090126.git.jsarha@ti.com>

From: kbuild test robot <lkp@intel.com>

drivers/gpu/drm/bridge/sii902x.c:569:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

Fixes: bdec8a065475 ("drm/bridge: sii902x: Implement HDMI audio support")
CC: Jyri Sarha <jsarha@ti.com>
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
---

url:    https://github.com/0day-ci/linux/commits/Jyri-Sarha/drm-bridge-sii902x-HDMI-audio-support-and-some-fixes/20190226-014705

 sii902x.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/gpu/drm/bridge/sii902x.c
+++ b/drivers/gpu/drm/bridge/sii902x.c
@@ -566,7 +566,7 @@ static int sii902x_audio_hw_params(struc
 		dev_err(dev, "%s: Unsupported sample width %u\n", __func__,
 			params->sample_width);
 		return -EINVAL;
-	};
+	}
 
 	for (i = 0; i < ARRAY_SIZE(sii902x_sample_freq); i++) {
 		if (params->sample_rate == sii902x_sample_freq[i].freq) {
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2019-02-25 21:45 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-25 11:23 [PATCH 0/4] drm/bridge: sii902x: HDMI-audio support and some fixes Jyri Sarha
2019-02-25 11:23 ` [PATCH 1/4] drm/bridge: sii902x: add input_bus_flags Jyri Sarha
2019-02-25 12:48   ` Andrzej Hajda
2019-02-25 18:15   ` kbuild test robot
2019-02-25 18:22   ` kbuild test robot
2019-02-25 11:23 ` [PATCH 2/4] drm/bridge: sii902x: Set output mode to HDMI or DVI according to EDID Jyri Sarha
2019-02-25 12:48   ` Andrzej Hajda
2019-02-25 11:23 ` [PATCH 3/4] drm/bridge: sii902x: Implement HDMI audio support Jyri Sarha
2019-02-25 13:57   ` Andrzej Hajda
2019-02-25 14:40     ` Jyri Sarha
2019-02-25 21:44   ` kbuild test robot
2019-02-25 21:44   ` kbuild test robot [this message]
2019-02-25 11:23 ` [PATCH 4/4] drm/bridge: sii902x: pixel clock unit is 10kHz instead of 1kHz Jyri Sarha
2019-02-25 13:01   ` Andrzej Hajda

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=20190225214456.GA4841@xian \
    --to=lkp@intel.com \
    --cc=Songjun.Wu@atmel.com \
    --cc=boris.brezillon@free-electrons.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=fabrizio.castro@bp.renesas.com \
    --cc=jsarha@ti.com \
    --cc=kbuild-all@01.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=peter.ujfalusi@ti.com \
    --cc=tomi.valkeinen@ti.com \
    --cc=voice.shen@atmel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.