[OpenBIOS] r295 - openbios-devel/drivers

svn at openbios.org svn at openbios.org
Sat Dec 20 18:29:20 CET 2008


Author: blueswirl
Date: 2008-12-20 18:29:20 +0100 (Sat, 20 Dec 2008)
New Revision: 295

Modified:
   openbios-devel/drivers/pci.c
Log:
Fix the last remaining warning

Modified: openbios-devel/drivers/pci.c
===================================================================
--- openbios-devel/drivers/pci.c	2008-12-20 17:15:47 UTC (rev 294)
+++ openbios-devel/drivers/pci.c	2008-12-20 17:29:20 UTC (rev 295)
@@ -1379,7 +1379,7 @@
 
 {
 	uint32_t smask, omask, amask, size, reloc, min_align;
-	uint32_t *base;
+        unsigned long base;
 	pci_addr config_addr;
 	int reg;
 




More information about the OpenBIOS mailing list