Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp1447534ybl; Wed, 18 Dec 2019 19:26:16 -0800 (PST) X-Google-Smtp-Source: APXvYqxjLxLjD/sYJgPmyo+ABul5J/74JCAB7UH5+jMLLphMvQQoaAtPPcQpYg1VQ++hgJa+Ry5S X-Received: by 2002:a05:6830:89:: with SMTP id a9mr6429828oto.322.1576725976286; Wed, 18 Dec 2019 19:26:16 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1576725976; cv=none; d=google.com; s=arc-20160816; b=j6wlCwG4kvEqL7CQ8TJqd/PalEpfEk3q1qyYhjNbwmzUvo1653JK3BgKNv2EcYxSn3 bEsiiTvWVVgn4VE+USPc6i93h1QoiQ1d8gEHQkvI7Ehr3W7VxXaifD2bOeULFQlrb3Bi fFyRMAjB5TLEq+BmcidZ0bChecThA4DrHgAlaTctJG0iIwFA1rnCg8ar/Iy0N1DDw5fx oR9DyAdLOaPf05HytZt+VuCkOunWj+2WN5ocV16SlS2pytTDhm/N7cbyyfTQoGD9nZXW y0Ez/V+HrQ4AR1yIRq65wRF7giqyCd5rPcFMG54srm647Bb/ridLVv7fDC3/jhmqp3YY YS0Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from; bh=CwqcdHwNPTPYiB5lwOanK6NbaIgLIgNwDiLeKZzTEbE=; b=miRJPi4kz6ej6iqt4mTc5Ye9ffjvZTGtJGCxoPX6tjTDJk9D6SWOzjJfq4pmpUz2lu +C4vfIR56weYm2VLSsfQVqE3L7nJgX07ufpgpa0qcHaBzyC3SL+mLQlOYNRrvak+JjH3 Wd03j4AnizYXnfF9F42PHyznq3er5qp6GTqIVlfhVfS6HAc5ONUj585Rjp8l06ZBkc6I 13+opR7RF2Pwt6w3xzneMGftR/HiZtNAWuVprZiqM6QI+RP/ELU1qPCIHpKpypxuPZ45 PFDpNfrTytin/at/5ukLAe83gy6yqXAtA4egC41RROePZQnrMeRnjRmh4zStDcnYlDFH yDNQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x24si2501965otk.188.2019.12.18.19.26.03; Wed, 18 Dec 2019 19:26:16 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726836AbfLSDX6 (ORCPT + 99 others); Wed, 18 Dec 2019 22:23:58 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:7715 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726783AbfLSDX6 (ORCPT ); Wed, 18 Dec 2019 22:23:58 -0500 Received: from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 8C8E48CE8DAF79E292C6; Thu, 19 Dec 2019 11:23:56 +0800 (CST) Received: from linux-lmwb.huawei.com (10.175.103.112) by DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id 14.3.439.0; Thu, 19 Dec 2019 11:23:50 +0800 From: Ma Feng To: Kishon Vijay Abraham I , Martin Blumenstingl CC: , Ma Feng Subject: [PATCH] phy: lantiq: vrx200-pcie: Remove unneeded semicolon Date: Thu, 19 Dec 2019 11:24:38 +0800 Message-ID: <1576725878-112367-1-git-send-email-mafeng.ma@huawei.com> X-Mailer: git-send-email 2.6.2 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.175.103.112] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixes coccicheck warning: drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c:389:2-3: Unneeded semicolon Fixes: e52a632195bf ("phy: lantiq: vrx200-pcie: add a driver for the Lantiq VRX200 PCIe PHY") Reported-by: Hulk Robot Signed-off-by: Ma Feng --- drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c b/drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c index 6e45796..2ff9a48 100644 --- a/drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c +++ b/drivers/phy/lantiq/phy-lantiq-vrx200-pcie.c @@ -386,7 +386,7 @@ static struct phy *ltq_vrx200_pcie_phy_xlate(struct device *dev, default: dev_err(dev, "invalid PHY mode %u\n", mode); return ERR_PTR(-EINVAL); - }; + } return priv->phy; } -- 2.6.2