Commit 608ce645 authored by Jeff Garzik's avatar Jeff Garzik

[netdrvr skge] add ULL modifier to 64-bit constant

parent ed6cd41f
......@@ -421,7 +421,7 @@ static int __init skge_probe (void)
continue;
/* Configure DMA attributes. */
if (pci_set_dma_mask(pdev, (u64) 0xffffffffffffffff) &&
if (pci_set_dma_mask(pdev, (u64) 0xffffffffffffffffULL) &&
pci_set_dma_mask(pdev, (u64) 0xffffffff))
continue;
......
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