From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mga11.intel.com ([192.55.52.93]:33035 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161033AbcFGQfK (ORCPT ); Tue, 7 Jun 2016 12:35:10 -0400 Date: Tue, 7 Jun 2016 23:26:01 +0800 From: kbuild test robot Cc: kbuild-all@01.org, linux-media@vger.kernel.org, Mauro Carvalho Chehab , Abylay Ospan Subject: [PATCH] fix semicolon.cocci warnings Message-ID: <20160607152601.GA107570@lkp-hsx03> References: <201606072359.sx3UFPIy%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201606072359.sx3UFPIy%fengguang.wu@intel.com> To: unlisted-recipients:; (no To-header on input)@casper.infradead.org Sender: linux-media-owner@vger.kernel.org List-ID: drivers/media/dvb-frontends/helene.c:750:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Abylay Ospan Signed-off-by: Fengguang Wu --- helene.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/media/dvb-frontends/helene.c +++ b/drivers/media/dvb-frontends/helene.c @@ -747,7 +747,7 @@ static int helene_set_params(struct dvb_ data[6] = 0x78; data[7] = 0x08; data[8] = 0x30; - }; + } helene_write_regs(priv, 0x5E, data, 9); /* LT_AMP_EN should be 0 */