commit | 423f9cbf2da8110e01eee56b8f755332432e82c7 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Fri Mar 18 16:24:52 2016 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Wed Apr 13 21:36:16 2016 +0530 |
tree | ec97e2a4f816a1912a7d9f4e8e67a6423f7f377c | |
parent | 5e09f98e77e9bd500e3d930bfd46b1924cca01ca [diff] |
dmaengine: dw: move dwc->initialized to dwc->flags We have already dedicated variable for flags, therefore no need to create an additional storage for that. Covert dwc->initialized to use dwc->flags. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>