Re: [PATCH -next 1/2] s390/cio: use DEFINE_SPINLOCK() for spinlock

2021-03-29 Thread Vineeth Vijayan
Thank you. Acked-by: Vineeth Vijayan On 3/29/21 11:40 AM, Shixin Liu wrote: spinlock can be initialized automatically with DEFINE_SPINLOCK() rather than explicitly calling spin_lock_init(). static spinlock Signed-off-by: Shixin Liu --- drivers/s390/cio/css.c | 3 +-- 1 file changed, 1 i

[PATCH -next 1/2] s390/cio: use DEFINE_SPINLOCK() for spinlock

2021-03-29 Thread Shixin Liu
spinlock can be initialized automatically with DEFINE_SPINLOCK() rather than explicitly calling spin_lock_init(). Signed-off-by: Shixin Liu --- drivers/s390/cio/css.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/s390/cio/css.c b/drivers/s390/cio/css.c index 253ab