From: Dan Carpenter Date: Fri, 15 Oct 2010 03:44:58 +0000 (+0200) Subject: Staging: intel_sst: cleanup naming a little X-Git-Tag: v2.6.37-rc1~60^2~3^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81a2fff67a75d2ade3c0b627c08e07587ac46b76;p=pandora-kernel.git Staging: intel_sst: cleanup naming a little &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 Acked-by: Vinod Koul Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed