]> git.baikalelectronics.ru Git - kernel.git/commit
drivers: most: use DEFINE_SPINLOCK() for spinlock
authorShixin Liu <liushixin2@huawei.com>
Mon, 29 Mar 2021 09:40:14 +0000 (17:40 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Apr 2021 14:26:03 +0000 (16:26 +0200)
commit06c2319b6e51493c02984a1fa1ae34e2759edd77
treeb6589f661bd1bfc61c914eff71bc71ac225e8f53
parentd81676456697387a3393eeff0fa00706a92017f7
drivers: most: use DEFINE_SPINLOCK() for spinlock

spinlock can be initialized automatically with DEFINE_SPINLOCK()
rather than explicitly calling spin_lock_init().

Signed-off-by: Shixin Liu <liushixin2@huawei.com>
Link: https://lore.kernel.org/r/20210329094015.66942-1-liushixin2@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/most/most_cdev.c