lkml.org 
[lkml]   [2003]   [Aug]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] FusionMPT 64bit fixup
Date
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;
-
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/
\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.028 / U:0.520 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site