* [2.5 patch] postfix a constant in DAC960.h with ULL
@ 2003-06-24 17:28 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2003-06-24 17:28 UTC (permalink / raw)
To: dmo; +Cc: linux-kernel, trivial
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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-06-24 17:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-24 17:28 [2.5 patch] postfix a constant in DAC960.h with ULL Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®