Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp456088ybe; Thu, 5 Sep 2019 00:07:28 -0700 (PDT) X-Google-Smtp-Source: APXvYqzqSOT7DlOdMHMgLt0KePtcEjNLuI0/h2f2Uosn6nt0OXO7kdNF4fl9X2YrtQ+9xfFnz2+r X-Received: by 2002:a62:383:: with SMTP id 125mr2006029pfd.248.1567667248762; Thu, 05 Sep 2019 00:07:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567667248; cv=none; d=google.com; s=arc-20160816; b=uIgg/6XkK5bp48+89S3w7EfoyMc0nIghQQs3YjFa5fKP7ItPrtrNDFpaoQ8pADmX8c t/JFrmztorF0ISqfsWjlXb6YLa5wbbQqwubPMNJ8GpsqrC6BKqfSJylUTuMJPEQHEEgw g1oswLsPgArkBa4EkgTX14WXwKXl8U260KkYR/BVZF1BgUG8YYaJUs9CH+2FzIZ+MBQ3 4Vxbheb6qayHTyeZhtIy4XA7Xb8yPuUobSnnGAc4CKaxwSVWreeK6FxAJCi/zLJ6I7eo uMjdt10M3pURRdK07XKxPDMmXnoIjvBxbs/eZeFASfbLytCAqE3OnNInKMw0L9nV0Xno g8yw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=Mp46on6tdzidngA+fdmO10Yf9wv70BQobgY1wts++RE=; b=M5eSOZDY54hO9wFqnGkD/5GPKWT4YpqLKDn+DfXsc/dV6wRf5z5IUgIelBqTI8aWjK BF0sNqCyFr3JH9pteaR/xHG0qia7rS7E0D7oshPg/6LFkidrNhYC/KZkPJF0p0s0sczJ DYTQzZUH2QwK/IbpiNs/9wsZp+onFb8523txN3v1FYK/8xGR6PbEJVkZXubyAFqvPsVE eTqBG4juo6X1T+mCNydaUYw+028OgCCxHlv1dHf73do5/MJGq3eTfVO/sLREbrly53fl HrHlEayQhkpCQFo6RCOhHHXt2srnJ0Gc2r7tmLN2iKM4Np0BqM1hgpnVgppE5E+ZZVst LXsA== 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 p35si974161pgb.484.2019.09.05.00.07.12; Thu, 05 Sep 2019 00:07:28 -0700 (PDT) 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 S1731224AbfIEGq0 (ORCPT + 99 others); Thu, 5 Sep 2019 02:46:26 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:35678 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726120AbfIEGqX (ORCPT ); Thu, 5 Sep 2019 02:46:23 -0400 Received: from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id A5A599B3E27DF3E625FB; Thu, 5 Sep 2019 14:46:21 +0800 (CST) Received: from linux-ibm.site (10.175.102.37) by DGGEMS404-HUB.china.huawei.com (10.3.19.204) with Microsoft SMTP Server id 14.3.439.0; Thu, 5 Sep 2019 14:46:12 +0800 From: zhong jiang To: , , , , , , , CC: , , , , Subject: [PATCH 2/4] misc: mic: Use PTR_ERR_OR_ZERO rather than its implementation Date: Thu, 5 Sep 2019 14:43:13 +0800 Message-ID: <1567665795-5901-3-git-send-email-zhongjiang@huawei.com> X-Mailer: git-send-email 1.7.12.4 In-Reply-To: <1567665795-5901-1-git-send-email-zhongjiang@huawei.com> References: <1567665795-5901-1-git-send-email-zhongjiang@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.175.102.37] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org PTR_ERR_OR_ZERO contains if(IS_ERR(...)) + PTR_ERR. It is better to use it directly. hence just replace it. Signed-off-by: zhong jiang --- drivers/misc/mic/scif/scif_epd.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/misc/mic/scif/scif_epd.h b/drivers/misc/mic/scif/scif_epd.h index d3837f8..0b9dfe1 100644 --- a/drivers/misc/mic/scif/scif_epd.h +++ b/drivers/misc/mic/scif/scif_epd.h @@ -156,9 +156,8 @@ static inline int scif_verify_epd(struct scif_endpt *ep) static inline int scif_anon_inode_getfile(scif_epd_t epd) { epd->anon = anon_inode_getfile("scif", &scif_anon_fops, NULL, 0); - if (IS_ERR(epd->anon)) - return PTR_ERR(epd->anon); - return 0; + + return PTR_ERR_OR_ZERO(epd->anon); } static inline void scif_anon_inode_fput(scif_epd_t epd) -- 1.7.12.4