- return (__force __be64) ((u64) 0xFFFFFFFFFFFFFFFFUL);
+ return (__force __be64) ((u64) 0xFFFFFFFFFFFFFFFFULL);
Thanks, applied, although I tweaked the expression
((u64) 0xFFFFFFFFFFFFFFFFULL)
to be just
-1
The final "(__force __be64) -1" should be correct and work right on both
32-bit and 64-bit.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html