From patchwork Thu Jun 10 08:12:07 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhen Lei X-Patchwork-Id: 457834 Delivered-To: patch@linaro.org Received: by 2002:a02:735a:0:0:0:0:0 with SMTP id a26csp170499jae; Thu, 10 Jun 2021 01:12:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwuLo+d5Yj2lIldnwou3gV4EAt9GxX6/NkOL/v9HoaIqpwrzeajUMEYDHm85+uULaTtotfL X-Received: by 2002:a17:907:d9e:: with SMTP id go30mr3387168ejc.279.1623312741593; Thu, 10 Jun 2021 01:12:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623312741; cv=none; d=google.com; s=arc-20160816; b=UscwhQyG3bIZ86eJ/BYRyHtegNwZzjhbh48pxXTti2qvGZfPDMP5MbsRAAM4OGgcbJ PPL5cx1RTLa5ZX4vWmtbM7P7vGYSDTeaOtmfgN6UJMg0qMrRDTmc58HXH69GKYi2zs/d 4LPsDAd8X+nBBcATZbdTMbT150kLJ4/5rq3Yt+kX2ukPQS9blhlLMX49H7upo0LuA9lc aH9ZKtQZy0785FA40b8SIwRi0rE6YbOzoRakRuXWF7CyRgemXIWPicRoM37uvR3qgD07 pO8hrLgcm5gCVuBxP1v+zPX3kFeXoyPueVBESp9/8XHYsy33lzFoPCkgRJ20fgBxsMnB OEFg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=G21J6JnLifLbR1uduxQdwxTY2nuYrFg9UkgEIhNI4WE=; b=tY9VwYsd7ze+Cald8upuYpiELeERlrR9/BLniedR98vk5nfxfzqsOpDl6Hl6hosgOp 2iIJ0lShpQ6TzKBWMBhF6TjPy9kb19yojM4PHY+rrByfEmjZh2Ciwl5np7wWbXxtCCjB DBVweDpDh9/Lb80koV9g1TKaCozOBmcRTDR6q1pUQdy8Xbi2l1XA4xOqgUxxRdz5PMwk kzohohP1+mo3PiRZGL3AXQXdvfryG6rK3lzhcQ9k2/amd5E5zp4jYov2MJwc3LcP7+Dy TbhMBYQXNOcRuorjDAkHn+QTt29Pd6+1yeP4psnU4tt4gsGH92FBxhrWBFfHKT89Cnx7 6X6w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-scsi-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-scsi-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u6si1678674edt.345.2021.06.10.01.12.21 for ; Thu, 10 Jun 2021 01:12:21 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-scsi-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-scsi-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-scsi-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230120AbhFJIOJ (ORCPT ); Thu, 10 Jun 2021 04:14:09 -0400 Received: from szxga01-in.huawei.com ([45.249.212.187]:3824 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230060AbhFJIOJ (ORCPT ); Thu, 10 Jun 2021 04:14:09 -0400 Received: from dggemv711-chm.china.huawei.com (unknown [172.30.72.54]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4G0xQt3RG8zWtqX; Thu, 10 Jun 2021 16:07:18 +0800 (CST) Received: from dggpemm500006.china.huawei.com (7.185.36.236) by dggemv711-chm.china.huawei.com (10.1.198.66) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Thu, 10 Jun 2021 16:12:11 +0800 Received: from thunder-town.china.huawei.com (10.174.177.72) by dggpemm500006.china.huawei.com (7.185.36.236) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Thu, 10 Jun 2021 16:12:11 +0800 From: Zhen Lei To: Vishal Bhakta , VMware PV-Drivers , "James E . J . Bottomley" , "Martin K . Petersen" , linux-scsi CC: Zhen Lei Subject: [PATCH 1/1] scsi: vmw_pscsi: remove unnecessary oom message Date: Thu, 10 Jun 2021 16:12:07 +0800 Message-ID: <20210610081207.16345-1-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 MIME-Version: 1.0 X-Originating-IP: [10.174.177.72] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To dggpemm500006.china.huawei.com (7.185.36.236) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org Fixes scripts/checkpatch.pl warning: WARNING: Possible unnecessary 'out of memory' message Remove it can help us save a bit of memory. Signed-off-by: Zhen Lei --- drivers/scsi/vmw_pvscsi.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) -- 2.26.0.106.g9fadedd diff --git a/drivers/scsi/vmw_pvscsi.c b/drivers/scsi/vmw_pvscsi.c index ce1ba1b936298c7..78102969e9fe692 100644 --- a/drivers/scsi/vmw_pvscsi.c +++ b/drivers/scsi/vmw_pvscsi.c @@ -1304,10 +1304,8 @@ static u32 pvscsi_get_max_targets(struct pvscsi_adapter *adapter) dev = pvscsi_dev(adapter); config_page = dma_alloc_coherent(&adapter->dev->dev, PAGE_SIZE, &configPagePA, GFP_KERNEL); - if (!config_page) { - dev_warn(dev, "vmw_pvscsi: failed to allocate memory for config page\n"); + if (!config_page) goto exit; - } BUG_ON(configPagePA & ~PAGE_MASK); /* Fetch config info from the device. */ @@ -1479,7 +1477,6 @@ static int pvscsi_probe(struct pci_dev *pdev, const struct pci_device_id *id) adapter->cmd_map = kcalloc(adapter->req_depth, sizeof(struct pvscsi_ctx), GFP_KERNEL); if (!adapter->cmd_map) { - printk(KERN_ERR "vmw_pvscsi: failed to allocate memory.\n"); error = -ENOMEM; goto out_reset_adapter; }