]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/firmware/iscsi_ibft_find.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq
[linux-2.6-omap-h63xx.git] / drivers / firmware / iscsi_ibft_find.c
index d0e5fa4ea51b617b867703b7215983847fbd7b20..11f17440fea6cb4ad623826ab00830368ead0692 100644 (file)
@@ -58,7 +58,7 @@ void __init reserve_ibft_region(void)
        unsigned int len = 0;
        void *virt;
 
-       ibft_addr = 0;
+       ibft_addr = NULL;
 
        for (pos = IBFT_START; pos < IBFT_END; pos += 16) {
                /* The table can't be inside the VGA BIOS reserved space,