From: Thomas Falcon <[email protected]> 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 <[email protected]> printk does not sleep and can be used in any context, even with spinlocks held
