Staging: vt6655: remove U8 custom macro
[deliverable/linux.git] / drivers / staging / vt6655 / device_main.c
index 24b6d4507db66d1c0016f209b3cbab8197998ea1..12d1e8b8a0ee0fc716696fff09f224b90cc4f6aa 100644 (file)
@@ -1151,7 +1151,7 @@ static BOOL device_init_info(struct pci_dev* pcid, PSDevice* ppDevice,
 static BOOL device_get_pci_info(PSDevice pDevice, struct pci_dev* pcid) {
 
     U16 pci_cmd;
-    U8  b;
+    u8  b;
     UINT cis_addr;
 #ifdef PLICE_DEBUG
        BYTE       pci_config[256];
This page took 0.028584 seconds and 5 git commands to generate.