c99bd84ff478fa18a1964b2445d551d0bc8 author Dan Carpenter 1287114298 +0200 committer Greg Kroah-Hartman 1287170679 -0700 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 濽*