From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0221FC46464 for ; Mon, 13 Aug 2018 11:22:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AA87C21746 for ; Mon, 13 Aug 2018 11:22:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AA87C21746 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728995AbeHMOE1 (ORCPT ); Mon, 13 Aug 2018 10:04:27 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:38847 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728055AbeHMOE0 (ORCPT ); Mon, 13 Aug 2018 10:04:26 -0400 Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 60D426AA12E90; Mon, 13 Aug 2018 19:22:34 +0800 (CST) Received: from linux-ibm.site (10.175.102.37) by DGGEMS401-HUB.china.huawei.com (10.3.19.201) with Microsoft SMTP Server id 14.3.399.0; Mon, 13 Aug 2018 19:22:26 +0800 From: zhong jiang To: , CC: , , Subject: [PATCH 0/2] scsi: Use PTR_ERR_OR_ZERO to replace the open code Date: Mon, 13 Aug 2018 19:10:38 +0800 Message-ID: <1534158640-24353-1-git-send-email-zhongjiang@huawei.com> X-Mailer: git-send-email 1.7.12.4 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 The issue is detected with the help of Coccinelle. zhong jiang (2): scsi:ufs: Use PTR_ERR_OR_ZERO to replace the open code scsi:qla2xxx: Use PTR_ERR_OR_ZERO to replace the open code drivers/scsi/qla2xxx/tcm_qla2xxx.c | 6 ++---- drivers/scsi/ufs/ufs-hisi.c | 4 +--- 2 files changed, 3 insertions(+), 7 deletions(-) -- 1.7.12.4