Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752198AbbBQMUI (ORCPT ); Tue, 17 Feb 2015 07:20:08 -0500 Received: from mail-la0-f41.google.com ([209.85.215.41]:34511 "EHLO mail-la0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751792AbbBQMUG (ORCPT ); Tue, 17 Feb 2015 07:20:06 -0500 Message-ID: <54E331F2.3010409@cogentembedded.com> Date: Tue, 17 Feb 2015 15:20:02 +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> In-Reply-To: <1424137553-4043-1-git-send-email-joseph.kogut@gmail.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: 784 Lines: 30 Hello. On 2/17/2015 4:45 AM, Joseph Kogut 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... [...] 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/