]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
dmaengine: dw: introduce dwc_dostart_first_queued() helper
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 18 Jun 2014 09:15:36 +0000 (12:15 +0300)
committerJiri Slaby <jslaby@suse.cz>
Mon, 13 Oct 2014 13:41:39 +0000 (15:41 +0200)
commite3c2bf19e5823dd742ad32ae9394143ae26effb1
tree4f80f28b959620d0c21180676654925a9be1b684
parent77043778de5e2e9c906d9a4a901feabbeac44265
dmaengine: dw: introduce dwc_dostart_first_queued() helper

commit e7637c6c0382485f4d2e20715d058dae6f2b6a7c upstream.

We have a duplicate code which starts first descriptor in the queue. Let's make
this as a separate helper that can be used in future as well.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Cc: "Petallo, MauriceX R" <mauricex.r.petallo@intel.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/dma/dw/core.c