drivers: dpaa2: Use devm_kcalloc() in setup_dpni()
authorXu Wang <vulab@iscas.ac.cn>
Thu, 11 Jun 2020 02:45:20 +0000 (02:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Jun 2020 19:41:12 +0000 (12:41 -0700)
commit9334d5ba32c052fc925e0c817dc398c98b093221
tree4379f8d173b9b45053acae5e8666bfed3c130009
parentae0b829df7120c78692e49c88453007e531c0e00
drivers: dpaa2: Use devm_kcalloc() in setup_dpni()

A multiplication for the size determination of a memory allocation
indicated that an array data structure should be processed.
Thus use the corresponding function "devm_kcalloc".

Signed-off-by: Xu Wang <vulab@iscas.ac.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c