Commit 4f4b6f18 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] FusionMPT 64bit fixup

parent 5540a916
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment