]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcd3d4cc821a71d3d15d9a44a24f29b3e84e21fab
treef38d68e38f2fba9998c36a52459272bb6537ed8d
parent06e64e1ad25caa0737b08d8866caad7a67cfbea8
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: 6f358412446e ("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