From: Thomas Falcon <tlfal...@linux.ibm.com> Date: Wed, 27 Mar 2019 10:58:14 -0500
> Move this print statement out of the reset queue spinlock > in case it sleeps. > > Signed-off-by: Thomas Falcon <tlfal...@linux.ibm.com> printk does not sleep and can be used in any context, even with spinlocks held