* [2.5 patch] postfix a constat in mptbase.c with ULL
@ 2003-06-30 20:44 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2003-06-30 20:44 UTC (permalink / raw)
To: Pam.Delaney; +Cc: linux-kernel, linux-scsi, trivial
The patch below postfixes a constant in mptbase.c that is on 32 bit
archs too big for a long with ULL.
Please apply
Adrian
--- linux-2.5.73-not-full/drivers/message/fusion/mptbase.c.old 2003-06-23 23:07:57.000000000 +0200
+++ linux-2.5.73-not-full/drivers/message/fusion/mptbase.c 2003-06-23 23:08:27.000000000 +0200
@@ -1279,7 +1279,7 @@
u32 psize;
int ii;
int r = -ENODEV;
- u64 mask = 0xffffffffffffffff;
+ u64 mask = 0xffffffffffffffffULL;
if (pci_enable_device(pdev))
return r;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-06-30 20:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-30 20:44 [2.5 patch] postfix a constat in mptbase.c 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