projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ee1bdc
)
dmaengine: pl08x: remove lock documentation
author
Vinod Koul
<vinod.koul@intel.com>
Mon, 3 Apr 2017 03:34:28 +0000
(09:04 +0530)
committer
Vinod Koul
<vinod.koul@intel.com>
Thu, 4 May 2017 10:36:30 +0000
(16:06 +0530)
lock variable in pl08x_dma_chan_state no longer exists so remove it
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/amba-pl08x.c
patch
|
blob
|
history
diff --git
a/drivers/dma/amba-pl08x.c
b/drivers/dma/amba-pl08x.c
index
0e03f0f
..
6bb8813
100644
(file)
--- a/
drivers/dma/amba-pl08x.c
+++ b/
drivers/dma/amba-pl08x.c
@@
-231,7
+231,6
@@
enum pl08x_dma_chan_state {
* @cd: channel platform data
* @cfg: slave configuration
* @at: active transaction on this channel
- * @lock: a lock for this channel data
* @host: a pointer to the host (internal use)
* @state: whether the channel is idle, paused, running etc
* @slave: whether this channel is a device (slave) or for memcpy