diff options
author | Weili Qian <qianweili@huawei.com> | 2023-02-09 20:36:14 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2023-02-14 13:39:33 +0800 |
commit | f8de067cbe05a43a3de5d8873cd63c17abb1c7c8 (patch) | |
tree | 98cbe4ee638adff2891c9033be95a5adaec6675c /drivers/usb/cdns3/cdns3-plat.c | |
parent | a292f2534fb2caec7f3ad32045338f8feac28112 (diff) |
crypto: hisilicon/qm - use min() instead of min_t()
'act_q_num = min_t(int, act_q_num, max_qp_num)', the type
of 'act_q_num' and 'max_qp_num' are both 'u32', so
use min() instead of min_t().
Signed-off-by: Weili Qian <qianweili@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-plat.c')
0 files changed, 0 insertions, 0 deletions