From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============4172191353477775481==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [PATCH] net: dsa: mt7530: fix semicolon.cocci warnings Date: Mon, 14 Sep 2020 04:15:58 +0800 Message-ID: <20200913201558.GA37397@9418dc4e5eae> In-Reply-To: <202009140438.ONQITg0j%lkp@intel.com> List-Id: --===============4172191353477775481== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: kernel test robot drivers/net/dsa/mt7530.c:561:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: 4a1d2100c245 ("net: dsa: mt7530: Add the support of MT7531 switch") CC: Landen Chao Signed-off-by: kernel test robot --- tree: https://github.com/frank-w/BPI-R2-4.14 5.9-rc head: b46abafa7e8139799e5a70530549d1fb1d92da1d commit: 4a1d2100c245a187783827881611d61641e4b160 [25/27] net: dsa: mt7530: = Add the support of MT7531 switch mt7530.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/net/dsa/mt7530.c +++ b/drivers/net/dsa/mt7530.c @@ -558,7 +558,7 @@ mt7531_pad_setup(struct dsa_switch *ds, val |=3D 0x190000 << RG_COREPLL_SDM_PCW_S; mt7530_write(priv, MT7531_PLLGP_CR0, val); break; - }; + } = /* Set feedback divide ratio update signal to high */ val =3D mt7530_read(priv, MT7531_PLLGP_CR0); --===============4172191353477775481==--