soc: fsl: dpio: rename the enqueue descriptor variable
authorYouri Querry <youri.querry_1@nxp.com>
Wed, 21 Apr 2021 13:56:44 +0000 (09:56 -0400)
committerLi Yang <leoyang.li@nxp.com>
Fri, 22 Oct 2021 00:38:56 +0000 (19:38 -0500)
commit54c8b5b6f8a868b9c21a7b0efe92ed2fbcc67080
treef38d68e38f2fba9998c36a52459272bb6537ed8d
parenta7ff7dcaf4d2dfbfd901e28ab0101ee9a1b8bf98
soc: fsl: dpio: rename the enqueue descriptor variable

The struct qbman_eq_desc 'd' variable declaration is covering one of the
function parameters. This has no functional impact since this function
parameter was not used after the new declaration.
Even so, rename the variable so that we make the code more readable.

Fixes: 3b2abda7d28c ("soc: fsl: dpio: Replace QMAN array mode with ring mode enqueue")
Signed-off-by: Youri Querry <youri.querry_1@nxp.com>
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
drivers/soc/fsl/dpio/qbman-portal.c