Warnings purge of drivers (continued)

This commit is contained in:
Marty Connor
2007-07-04 05:52:56 -04:00
parent ac69b85adb
commit 1af1668c95
18 changed files with 86 additions and 61 deletions

View File

@@ -890,10 +890,10 @@ MIIDelay (void)
int i;
for (i = 0; i < 0x7fff; i++)
{
inb (0x61);
inb (0x61);
inb (0x61);
inb (0x61);
( void ) inb (0x61);
( void ) inb (0x61);
( void ) inb (0x61);
( void ) inb (0x61);
}
}