commit | 77053fb7b428099bfdc2ec81a923587a2692d84b | [log] [tgz] |
---|---|---|
author | Shixin Liu <liushixin2@huawei.com> | Tue Mar 30 10:24:14 2021 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 30 13:34:42 2021 -0700 |
tree | 6f023219415754cf6c543435a9afdab6f2f2b57d | |
parent | 212ee4b52f10aeedc335979c2d81c6ef0c1fce99 [diff] |
mISDN: Use DEFINE_SPINLOCK() for spinlock spinlock can be initialized automatically with DEFINE_SPINLOCK() rather than explicitly calling spin_lock_init(). Changelog: From v1: 1. fix the mistake reported by kernel test robot. Signed-off-by: Shixin Liu <liushixin2@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>