From: Hariprasad S Date: Tue, 21 Apr 2015 20:14:59 +0000 (+0530) Subject: iw_cxgb4: 32b platform fixes X-Git-Tag: omap-for-v4.2/wakeirq-drivers-v2~25^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6198dd8d7a6a7f40dc4599cb0676101d9cb82776;p=pandora-kernel.git iw_cxgb4: 32b platform fixes - get_dma_mr() was using ~0UL which is should be ~0ULL. This causes the DMA MR to get setup incorrectly in hardware. - wr_log_show() needed a 64b divide function div64_u64() instead of doing division directly. - fixed warnings about recasting a pointer to a u64 Signed-off-by: Steve Wise Signed-off-by: Hariprasad Shenai Signed-off-by: Doug Ledford --- Reading git-diff-tree failed