diff options
author | Huang Ying <ying.huang@intel.com> | 2017-05-03 14:54:36 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-05-03 15:52:10 -0700 |
commit | 0ef017d117d79eb765cb490a8d7e323752a13f4a (patch) | |
tree | 368d0236ded4e4798abdc8d9b98fe1dc922069a9 /sound/isa | |
parent | 9c1cc2e4f25c14dc1a2d98e98808aefef24abaf4 (diff) | |
download | linux-0ef017d117d79eb765cb490a8d7e323752a13f4a.tar.bz2 |
mm, swap: improve readability via make spin_lock/unlock balanced
This is just a cleanup patch, no functionality change.
In cluster_list_add_tail(), spin_lock_nested() is used to lock the
cluster, while unlock_cluster() is used to unlock the cluster. To
improve the code readability, use spin_unlock() directly to unlock the
cluster.
Link: http://lkml.kernel.org/r/20170317064635.12792-2-ying.huang@intel.com
Signed-off-by: "Huang, Ying" <ying.huang@intel.com>
Acked-by: Tim Chen <tim.c.chen@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'sound/isa')
0 files changed, 0 insertions, 0 deletions