commit | 979aa51967add26b37f9d77e01729d44a2da8e5f | [log] [tgz] |
---|---|---|
author | Eran Ben Elisha <eranbe@nvidia.com> | Tue Aug 10 21:15:05 2021 +0300 |
committer | Saeed Mahameed <saeedm@nvidia.com> | Wed Aug 11 11:14:33 2021 -0700 |
tree | fef15d6709286a40b890667f529d56d1b52f3e22 | |
parent | 44f66ac981faddbd650ef601e5a7a1c6bfe0c4cc [diff] |
net/mlx5: Fix variable type to match 64bit Fix the following smatch warning: wait_func_handle_exec_timeout() warn: should '1 << ent->idx' be a 64 bit type? Use 1ULL, to have a 64 bit type variable. Reported-by: kernel test robot <lkp@intel.com> Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Eran Ben Elisha <eranbe@nvidia.com> Reviewed-by: Moshe Shemesh <moshe@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>