summaryrefslogtreecommitdiff
path: root/doc
ModeNameSize
-rw-r--r--Makefile.am104logplain
-rw-r--r--Makefile.in10165logplain
-rw-r--r--cscope.116055logplain
'1'>ignoremode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2015-03-16 10:53:57 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-26 23:02:48 +0100
commit4bb82458ec76edc6d2a91fd3b2d2daae44561443 (patch)
treed6a43899fe02a0b111b73951fa1954a0dc6391a6 /drivers/dma/hsu
parent90b9aacf912af38a177114ca232051c61be8b93e (diff)
dmaengine: hsu: remove redundant pieces of code
There are few places where the implemented pieces of code are not needed, i.e.: - direction can't be wrong in hsu_dma_chan_start() - desc->active set to 0 by kzalloc - DMAEngine is NULL-aware when call ->device_alloc_chan_resources() Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/dma/hsu')