dmaengine: dw: move dwc->paused to dwc->flags
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 18 Mar 2016 14:24:51 +0000 (16:24 +0200)
committerVinod Koul <vinod.koul@intel.com>
Wed, 13 Apr 2016 16:06:15 +0000 (21:36 +0530)
commit5e09f98e77e9bd500e3d930bfd46b1924cca01ca
treee03f773e0363e93b40b42d2857c38c4cbdda5252
parent7794e5b920a2586d7f3258aade0ca90cb01cdbd4
dmaengine: dw: move dwc->paused to dwc->flags

We have already dedicated variable for flags, therefore no need to create an
additional storage for that. Convert dwc->paused to use dwc->flags.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/dw/core.c
drivers/dma/dw/regs.h