usb: gadget: pch_udc: sort IDs
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 18 Mar 2016 14:55:38 +0000 (16:55 +0200)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 18 Apr 2016 12:23:38 +0000 (15:23 +0300)
Sort IDs in groups to be easily found when needed.

There is no functional change.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/gadget/udc/pch_udc.c

index d6d1418bdd63af800533d23e5ab875a83ad8acda..b2b70d4e2f5be478e7f02e673f1736995d8467dc 100644 (file)
@@ -367,8 +367,10 @@ struct pch_udc_dev {
 
 #define PCH_UDC_PCI_BAR_QUARK_X1000    0
 #define PCH_UDC_PCI_BAR                        1
-#define PCI_DEVICE_ID_INTEL_EG20T_UDC  0x8808
+
 #define PCI_DEVICE_ID_INTEL_QUARK_X1000_UDC    0x0939
+#define PCI_DEVICE_ID_INTEL_EG20T_UDC          0x8808
+
 #define PCI_VENDOR_ID_ROHM             0x10DB
 #define PCI_DEVICE_ID_ML7213_IOH_UDC   0x801D
 #define PCI_DEVICE_ID_ML7831_IOH_UDC   0x8808
This page took 0.027448 seconds and 5 git commands to generate.