Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp831440ybi; Fri, 21 Jun 2019 08:53:49 -0700 (PDT) X-Google-Smtp-Source: APXvYqx21kYBI9IsVkZZT/YB8QGbigYh1FQ3QlrfCnPk1f1OJ2cN85hUzANoHA5PUgMzeqyYCGQ0 X-Received: by 2002:a17:90a:bd8c:: with SMTP id z12mr7616628pjr.60.1561132429053; Fri, 21 Jun 2019 08:53:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561132429; cv=none; d=google.com; s=arc-20160816; b=GrudqxPtTjR+07cjsfGSDrGGtDp7lWaaKM8vJ3lER8yJrC0aAEHHv7+u/aN7l3tn1y Pb/NWf8itJaRE+w6NOqLel5xnvnl9fh8M4G2peEfhYXlNExNQ+VJ1VGO0ejcOouJR28t bvHWYKhlGmrdXGw7I1v/FrPzTIkWnScmsLOJT4E5atL5o9SXLTt8gUSEm90JyPOy80N9 hEKFgzQrzb/4xmGlla0/r+WAXNtne4ThulAEuxZ9hW3F+y1lC2d/iObIkVYVB5wAzkvh sxwQhVsuvYi7G/LbotVI/DumBoInR8PZEhd2HiaHS5qsmPxc9E7R0ZbgNOujUh1FKyLh DAEg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=g7lSY9qc0JG8MRehbyFY3TmMCZMvzbHUguKKSTl7SOw=; b=GIuk2VbVXUcZcIqcPzB1RJAuKUOpI86ljfe9pcpv4I3iZN+rZpx5kQIZMtfzUjUjMB WVXvYe5EaxT41aAp8bBksI9dijbfqRSibGMX1OnT8V7jaqT7EVliB/7cuWrf0PRLG6be Yjft+YacE7iYjtOeWEO36j1gWmYu3immjC4B7Tq/H5pXYhocp1irho3zCs/R9J23Z+8j tQmGlPCB1t7jnoGU4AI8/sco0IeiHRAvX99dwKS4awk9LpNZWYHs08kSMUOQJtMYw8il 0xG+LCCGf/ZPRsvQ1h2QDDI6yA4ucetckRIbq4ZcT4i5zV+JdgONDVf62S/v55jn0q7y sbGg== 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 e18si3189267pjp.36.2019.06.21.08.53.34; Fri, 21 Jun 2019 08:53:49 -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 S1726485AbfFUPxT (ORCPT + 99 others); Fri, 21 Jun 2019 11:53:19 -0400 Received: from www.llwyncelyn.cymru ([82.70.14.225]:47690 "EHLO fuzix.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726104AbfFUPxT (ORCPT ); Fri, 21 Jun 2019 11:53:19 -0400 X-Greylist: delayed 1955 seconds by postgrey-1.27 at vger.kernel.org; Fri, 21 Jun 2019 11:53:18 EDT Received: from alans-desktop (82-70-14-226.dsl.in-addr.zen.co.uk [82.70.14.226]) by fuzix.org (8.15.2/8.15.2) with ESMTP id x5LFKPst025590; Fri, 21 Jun 2019 16:20:25 +0100 Date: Fri, 21 Jun 2019 16:20:24 +0100 From: Alan Cox To: Puranjay Mohan Cc: Shuah Khan , Bjorn Helgaas , netdev , Linux Kernel Mailing List , linux-kernel-mentees@lists.linuxfoundation.org, linux-pci@vger.kernel.org Subject: Re: [PATCH v3 0/3] net: fddi: skfp: Use PCI generic definitions instead of private duplicates Message-ID: <20190621162024.53620dd9@alans-desktop> In-Reply-To: <20190621094607.15011-1-puranjay12@gmail.com> References: <20190621094607.15011-1-puranjay12@gmail.com> Organization: Intel Corporation X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 21 Jun 2019 15:16:04 +0530 Puranjay Mohan wrote: > This patch series removes the private duplicates of PCI definitions in > favour of generic definitions defined in pci_regs.h. Why bother ? It's an ancient obsolete card ? Do you even have one to test ? > > This driver only uses some of the generic PCI definitons, > which are included from pci_regs.h and thier private versions > are removed from skfbi.h with all other private defines. > > The skfbi.h defines PCI_REV_ID and other private defines with different > names, these are renamed to Generic PCI names to make them > compatible with defines in pci_regs.h. > > All unused defines are removed from skfbi.h. I sincerely doubt anyone on the planet is using this card any more. Alan