git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1055cc9
)
Staging: intel_sst: cleanup naming a little
author
Dan Carpenter
<error27@gmail.com>
Fri, 15 Oct 2010 03:44:58 +0000
(
05:44
+0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 15 Oct 2010 19:24:39 +0000
(12:24 -0700)
&sst_drv_ctx->streams[str_id].lock and &stream->lock are the same.
The mutex_lock() uses &stream->lock so this makes things consistent and
it's nicer to read as well.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found