Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp820607ybz; Fri, 24 Apr 2020 09:49:05 -0700 (PDT) X-Google-Smtp-Source: APiQypL8fB3+bSUzhX4kdXyaXo7PGp4xejhVGvseK97oxPyGyPd/v3Opmkad2mvGnRbOHjTA5kbk X-Received: by 2002:a17:907:435d:: with SMTP id oc21mr8269756ejb.100.1587746945076; Fri, 24 Apr 2020 09:49:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587746945; cv=none; d=google.com; s=arc-20160816; b=y6B+1y01hj9HgT3z2OQQH/ErRApuzhwr/tfe9iFCIjrO/rnMUv3J6ea+50O5/O7VFQ CqxAlSNfdW9EBEtXgKtVmFJ/2o8p0JvAM+fDfQJSVnEvmAfNIaV/B/60IjraD0V68THY UsT0V/oEk5JSsTzF8tialUZfSssLcLgIfQvzRUH6iEEzYBKo2oveQeqI0j9rM3BMr1Cl FjFJsnge1lrPZURjjQ7JHgvMTMIqAyVX8SkLATPSxQVHEgLpsb+d8Myr0wtvrtY8DW0v Qcx0svKRDkGkzklNPCXE1U0PZXIa9RzU8aEfslIUvEHzmeAk/7qEuaJhyII+W+SCGnCV 2SZA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:subject:content-transfer-encoding :mime-version:references:in-reply-to:message-id:date:cc:to:from; bh=MFFjXc6FfAEiD66/LQc9zFFXmZIX9IUjmxxCmDl6RUk=; b=a8knBUlVKPFlMjIYZomP5FZgsw+NKKDAg+gF7wlAH6KzsOY4L2TSgUduuNG3090T5J Ch9L12RbS7PQAlsrcNQ6XaeRMF0oaIVnxMHsrQ3DK3odzBdPbPuuzT7E0gMsvNkwGs5n JcC3fsKiMw5SzVsqNPvQNVocN+K9YgXl5LWNUSrB/2Igz+fAsW05/Qn/9evZItnHZzgC +emr2zMW2BCOsNK8DV/MMMYM5xCURWc377OdrfvQaqzAkpeB3sIp+FyI7paJUt6lBDPW ZDzCfyn5s3wqF7fuvXsIT2UadzNyp88a7YbyafBIrTsTNxdbSZPFEyYtWogl4dAnU4DO io5w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id gy26si3677272ejb.384.2020.04.24.09.48.35; Fri, 24 Apr 2020 09:49:05 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-wireless-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-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728761AbgDXQri (ORCPT + 99 others); Fri, 24 Apr 2020 12:47:38 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:58010 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728632AbgDXQr1 (ORCPT ); Fri, 24 Apr 2020 12:47:27 -0400 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=redipa.ger.corp.intel.com) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1jS1U4-000OcH-6O; Fri, 24 Apr 2020 19:47:24 +0300 From: Luca Coelho To: kvalo@codeaurora.org Cc: linux-wireless@vger.kernel.org Date: Fri, 24 Apr 2020 19:47:02 +0300 Message-Id: X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200424164707.2715869-1-luca@coelho.fi> References: <20200424164707.2715869-1-luca@coelho.fi> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on farmhouse.coelho.fi X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, TVD_RCVD_IP autolearn=ham autolearn_force=no version=3.4.4 Subject: [PATCH 06/11] iwlwifi: pcie: remove outdated comment about PCI RTPM reference Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org From: Luca Coelho This comment was only related to the PCI RTPM implementation, which has been removed a while ago, and is not meaningless. Remove it. Signed-off-by: Luca Coelho --- drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c index 2083eb4f2f15..5c216fa6505c 100644 --- a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c +++ b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c @@ -5,10 +5,9 @@ * * GPL LICENSE SUMMARY * - * Copyright(c) 2007 - 2014 Intel Corporation. All rights reserved. * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH * Copyright(c) 2016-2017 Intel Deutschland GmbH - * Copyright(c) 2018 - 2019 Intel Corporation + * Copyright(c) 2007 - 2014, 2018 - 2020 Intel Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of version 2 of the GNU General Public License as @@ -28,11 +27,10 @@ * * BSD LICENSE * - * Copyright(c) 2005 - 2014 Intel Corporation. All rights reserved. * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH * All rights reserved. * Copyright(c) 2017 Intel Deutschland GmbH - * Copyright(c) 2018 - 2019 Intel Corporation + * Copyright(c) 2005 - 2014, 2018 - 2020 Intel Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -1162,12 +1160,6 @@ static int iwl_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) /* register transport layer debugfs here */ iwl_trans_pcie_dbgfs_register(iwl_trans); - /* The PCI device starts with a reference taken and we are - * supposed to release it here. But to simplify the - * interaction with the opmode, we don't do it now, but let - * the opmode release it when it's ready. - */ - return 0; out_free_trans: -- 2.26.2