projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.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
|
blame
|
history
diff --git
a/drivers/dma/amba-pl08x.c
b/drivers/dma/amba-pl08x.c
index 0e03f0fdacac1cedc6210c1c972a14b2cdd8e76c..6bb8813ca2753838d36b188aed1e20e0afb44d58 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