linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] FusionMPT 64bit fixup
@ 2003-08-11 13:40 davej
  0 siblings, 0 replies; only message in thread
From: davej @ 2003-08-11 13:40 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

diff -urpN --exclude-from=/home/davej/.exclude bk-linus/drivers/message/fusion/mptbase.c linux-2.5/drivers/message/fusion/mptbase.c
--- bk-linus/drivers/message/fusion/mptbase.c	2003-06-15 12:24:58.000000000 +0100
+++ linux-2.5/drivers/message/fusion/mptbase.c	2003-07-16 19:24:47.000000000 +0100
@@ -1279,7 +1279,7 @@ mpt_adapter_install(struct pci_dev *pdev
 	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-08-11 14:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-11 13:40 [PATCH] FusionMPT 64bit fixup davej

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).