Staging: vt6655: remove U8 custom macro
[deliverable/linux.git] / drivers / staging / vt6655 / mac.c
index f1ef7da75c2bdb011806a239bf7f9bccfdf5bcc2..eae881c5a9f9db7a80a8b4472361f1b96e153709 100644 (file)
@@ -1046,7 +1046,7 @@ void MACvInitialize (DWORD_PTR dwIoBase)
     //MACvRegBitsOn(dwIoBase, MAC_REG_I2MCSR, I2MCSR_AUTOLD);
     // wait until EEPROM loading complete
     //while (TRUE) {
-    //    U8 u8Data;
+    //    u8 u8Data;
     //    VNSvInPortB(dwIoBase + MAC_REG_I2MCSR, &u8Data);
     //    if ( !(u8Data & I2MCSR_AUTOLD))
     //        break;
This page took 0.026451 seconds and 5 git commands to generate.