crypto: qat - replace the if statement with min()
authorYou Kangren <youkangren@vivo.com>
Tue, 4 Jul 2023 12:45:32 +0000 (20:45 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 20 Jul 2023 10:16:23 +0000 (22:16 +1200)
commit8690b09c30b274691bc5bb7b1332a27a7cbe5db7
tree069be8390b638c8e0dff2f57de9b3b0f708aa986
parent6a52ee38c79825ef469ab3ed8588d17e90d2049c
crypto: qat - replace the if statement with min()

Mark UWORD_CPYBUF_SIZE with U suffix to make its type the same
with words_num. Then replace the if statement with min() in
qat_uclo_wr_uimage_raw_page() to make code shorter.

Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: You Kangren <youkangren@vivo.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/intel/qat/qat_common/qat_uclo.c