commit | 7756e2b5d68c36e170a111dceea22f7365f83256 | [log] [tgz] |
---|---|---|
author | Dave Jiang <dave.jiang@intel.com> | Tue Aug 28 17:13:59 2018 -0700 |
committer | Jon Mason <jdmason@kudzu.us> | Wed Oct 31 16:07:26 2018 -0400 |
tree | c951f4caaaa2913881b6cb2861c430c2f7de51a2 | |
parent | a861594b1b7ffd630f335b351c4e9f938feadb8e [diff] |
ntb: intel: fix return value for ndev_vec_mask() ndev_vec_mask() should be returning u64 mask value instead of int. Otherwise the mask value returned can be incorrect for larger vectors. Fixes: e26a5843f7f5 ("NTB: Split ntb_hw_intel and ntb_transport drivers") Signed-off-by: Dave Jiang <dave.jiang@intel.com> Tested-by: Lucas Van <lucas.van@intel.com> Signed-off-by: Jon Mason <jdmason@kudzu.us>