diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2014-07-06 22:32:30 +0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-07-15 20:31:04 +0400 |
commit | 9dc5a315fe515e92f40c387ae15f8b760568834e (patch) | |
tree | f8f268c720ad6db98f6f39ef0f441591450e5487 /drivers/clk/qcom/gcc-msm8960.c | |
parent | f6f2421c0a1cb6caffc85b13ab8f9bdd8f8278c3 (diff) | |
download | linux-9dc5a315fe515e92f40c387ae15f8b760568834e.tar.xz |
dmaengine: pl330: Embed pl330_req directly into dma_pl330_desc
The pl330_req struct is embedded into the dma_pl330_desc struct. But half of the
pl330_req struct are pointers to other fields of the dma_pl330_desc struct it is
embedded to. By directly embedding the fields from the pl330_req struct into the
dma_pl330_desc struct and reworking the code to work with the dma_pl330_desc
struct those pointers can be eliminated. This slightly simplifies the code.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/clk/qcom/gcc-msm8960.c')
0 files changed, 0 insertions, 0 deletions