commit | 6198dd8d7a6a7f40dc4599cb0676101d9cb82776 | [log] [tgz] |
---|---|---|
author | Hariprasad S <hariprasad@chelsio.com> | Wed Apr 22 01:44:59 2015 +0530 |
committer | Doug Ledford <dledford@redhat.com> | Tue May 05 09:18:01 2015 -0400 |
tree | c87551d355a9affce301b13c346f52807a472270 | |
parent | 0b7410471d59ce2ea30453e68c03bdb941d5951e [diff] |
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 <swise@opengridcomputing.com> Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com> Signed-off-by: Doug Ledford <dledford@redhat.com>