diff options
author | Dave Jiang <[email protected]> | 2022-04-18 14:31:10 -0700 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2022-04-20 17:24:42 +0530 |
commit | 5d9d16e5aa0cf023e600bf716239fd9caa2d4148 (patch) | |
tree | ab886d5e5e79996f97b9e75bb3f4b9750d8ba09a /lib/mpi/mpiutil.c | |
parent | d4860224e6a9bcaef24121827e97831001290328 (diff) |
dmaengine: idxd: match type for retries var in idxd_enqcmds()
wq->enqcmds_retries is defined as unsigned int. However, retries on the
stack is defined as int. Change retries to unsigned int to compare the same
type.
Fixes: 7930d8553575 ("dmaengine: idxd: add knob for enqcmds retries")
Suggested-by: Thiago Macieira <[email protected]>
Signed-off-by: Dave Jiang <[email protected]>
Link: https://lore.kernel.org/r/165031747059.3658198.6035308204505664375.stgit@djiang5-desk3.ch.intel.com
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'lib/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions