Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: e26a584 ("NTB: Split ntb_hw_intel and ntb_transport drivers") Signed-off-by: Dave Jiang <[email protected]> Tested-by: Lucas Van <[email protected]> Signed-off-by: Jon Mason <[email protected]>
- Loading branch information