Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756087AbbBQMem (ORCPT ); Tue, 17 Feb 2015 07:34:42 -0500 Received: from mail-lb0-f181.google.com ([209.85.217.181]:37727 "EHLO mail-lb0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752492AbbBQMej (ORCPT ); Tue, 17 Feb 2015 07:34:39 -0500 Message-ID: <54E3355C.40301@cogentembedded.com> Date: Tue, 17 Feb 2015 15:34:36 +0300 From: Sergei Shtylyov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Joseph Kogut , gregkh@linuxfoundation.org CC: balbi@ti.com, johnyoun@synopsys.com, bhelgaas@google.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] usb: move definition of PCI_VENDOR_ID_SYNOPSYS to linux/pci_ids.h References: <1424137553-4043-1-git-send-email-joseph.kogut@gmail.com> <54E331F2.3010409@cogentembedded.com> In-Reply-To: <54E331F2.3010409@cogentembedded.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 906 Lines: 31 On 2/17/2015 3:20 PM, Sergei Shtylyov wrote: >> Signed-off-by: Joseph Kogut > [...] >> diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h >> index e63c02a..38cff8f 100644 >> --- a/include/linux/pci_ids.h >> +++ b/include/linux/pci_ids.h >> @@ -2315,6 +2315,8 @@ >> #define PCI_VENDOR_ID_CENATEK 0x16CA >> #define PCI_DEVICE_ID_CENATEK_IDE 0x0001 >> >> +#define PCI_VENDOR_ID_SYNOPSYS 0x16c3 > 0x16c3 goes before 0x16ca. And the file seems to use uppercase for hex > numbers... Actually no, it's only Cenatek ID that uses upper case, so disregard the second comment. > [...] WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/