dmaengine: tegra210-adma: Re-order 'has_outstanding_reqs' member
authorSameer Pujar <spujar@nvidia.com>
Wed, 15 Sep 2021 16:07:03 +0000 (21:37 +0530)
committerVinod Koul <vkoul@kernel.org>
Mon, 18 Oct 2021 04:02:15 +0000 (09:32 +0530)
commit35696789cc7dbfcb6e9bcd5c52319db9445d3616
tree50215c7a6720747aafb09c6cfa4bad3992a3d640
parent85f604af9c83a4656b1d07bec73298c3ba7d7c1e
dmaengine: tegra210-adma: Re-order 'has_outstanding_reqs' member

The 'has_outstanding_reqs' member description order in structure
'tegra_adma_chip_data' does not match with the corresponding member
declaration. The same is true for member assignment in chip data
structures declared for Tegra210 and Tegra186.

This is a trivial fix to re-order the mentioned member for a better
readability.

Signed-off-by: Sameer Pujar <spujar@nvidia.com>
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/1631722025-19873-2-git-send-email-spujar@nvidia.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/tegra210-adma.c