Received: by 10.213.65.68 with SMTP id h4csp992623imn; Wed, 14 Mar 2018 06:33:11 -0700 (PDT) X-Google-Smtp-Source: AG47ELt79tXBGO4HdhZ9nXwzxdsqLno7sd5RUEgdS/87F1jerAnOPQoDlYtbKDAUdNO+vcm9fyKQ X-Received: by 2002:a17:902:464:: with SMTP id 91-v6mr4102119ple.126.1521034391645; Wed, 14 Mar 2018 06:33:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521034391; cv=none; d=google.com; s=arc-20160816; b=w/O2lAjxKLC10w9nF8nDyAwMcp3NmpzMo+g+0hp31SOBSxq8f/4881ayRCMqDdQgOy 9zkO4GLKWQBK6hLqrW+cgysA2dUAuVj9Bo9SBTNo+VSpZr3f1rsi83LGAAsk2/krsa+G Pp34NEtHGhZ9ujhOZFLwDZsDHKF1aeBX60gdDyyTvUIN8WwgByoAwVE50Ac8Vy7fv7GB C27EVrFNodzJf7arJxv///DU9/QNKgZkW6ri1WGZxOwZyQoWGfjInKP5VB1eydsExNip /0nAC4z1rv3Qae6L2suDKCFbwbERJ7Tr7XkFJ3Hj5VlmSwJylujaGNUsgmnFjLa/LLnA gdBA== 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 :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject:arc-authentication-results; bh=YkSShDqmnQCTnnDoxUsxpG+bwld0/SVj9FrN2/Ikb3Y=; b=vORTunW3qBLmw82AFheT/N1W22tKblcz4euDriA+uHgVMTIA3P8D6LKChUnsn7d9y7 hEsdMLrcKBtMH2dIzuBMYtqglDbyHIj9OR1KocfIEXfoXAUzus/n8FataZZE9sItlacU QEDfVA47EHMQF/NM3zo4NMSDfH74I6vUZJ4zZRxt1+fhBeVjgkPwHJ5TJbNZdxofHa4a S6K357iiTno9bRpfOrYNU7AVHGQ9eA6ZpgrBGWZfKwKfKcqtOI5kSHTK5y6hxHoCH+Y3 s8TRSqA6MnNe9KpqRzRSZxdBPcY29Tf4yWbm910JRI02t2CQp7WGM3JzJsEt0CXofKg7 y+sg== 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 m5-v6si1979553plt.235.2018.03.14.06.32.56; Wed, 14 Mar 2018 06:33:11 -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 S1752018AbeCNNbP (ORCPT + 99 others); Wed, 14 Mar 2018 09:31:15 -0400 Received: from mail2.skidata.com ([91.230.2.91]:39583 "EHLO mail2.skidata.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751348AbeCNNbN (ORCPT ); Wed, 14 Mar 2018 09:31:13 -0400 X-IronPort-AV: E=Sophos;i="5.47,470,1515452400"; d="scan'208";a="1328259" Subject: Re: [PATCH 2/3] usb: host: pci: introduce PCI vendor ID for Netlogic To: Oliver Neukum , Richard Leitner , , , CC: , , References: <20180314102933.21367-1-dev@g0hl1n.net> <20180314102933.21367-3-dev@g0hl1n.net> <1521029854.4511.12.camel@suse.com> From: Richard Leitner Message-ID: Date: Wed, 14 Mar 2018 14:31:10 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <1521029854.4511.12.camel@suse.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.111.252] X-ClientProxiedBy: sdex4srv.skidata.net (192.168.111.82) To sdex5srv.skidata.net (192.168.111.83) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Oliver, thank you for your feedback! On 03/14/2018 01:17 PM, Oliver Neukum wrote: > Am Mittwoch, den 14.03.2018, 11:29 +0100 schrieb Richard Leitner: >> From: Richard Leitner >> >> Replace the hardcoded PCI vendor ID of Netlogic with a definition in >> pci_ids.h > > Hi, > > in general, why? > Does this patch generate any benefit for any developer > reading the source? I don't see it. Does it cause an > issue for anybody who has a log file with the nummerical > ID and needs to grep for it? Yes it does. I'll send a v2 where I also use this definition in arch/mips/netlogic/xlp/ instead of PCI_VENDOR_NETLOGIC from arch/mips/include/asm/netlogic/xlp-hal/iomap.h. Therefore it will remove this definition from the iomap.h and move it to pci_ids.h This will IMHO be a clear benefit as it removes a redundant definition. > > Where is the point of this patch? > > Regards > Oliver > regards;Richard.L