Description of problem: IRQ handler netup_spi_interrupt() takes spinlock spi->lock. The lock is initialized in netup_spi_init(). However, irq handler is registered before initializing the lock.
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/1679