[2.5 patch] postfix a constant in DAC960.h with ULL

From: Adrian Bunk (bunk@fs.tum.de)
Date: Tue Jun 24 2003 - 12:28:21 EST


The patch below postfixes a constant in DAC960.h with ULL, on 32 bit
archs this constant is too big for an int.

Please apply
Adrian

--- linux-2.5.73-not-full/drivers/block/DAC960.h.old 2003-06-23 21:38:16.000000000 +0200
+++ linux-2.5.73-not-full/drivers/block/DAC960.h 2003-06-23 21:38:34.000000000 +0200
@@ -65,7 +65,7 @@
  */
 
 #define DAC690_V1_PciDmaMask 0xffffffff
-#define DAC690_V2_PciDmaMask 0xffffffffffffffff
+#define DAC690_V2_PciDmaMask 0xffffffffffffffffULL
 
 /*
   Define a Boolean data type.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jun 30 2003 - 22:00:16 EST