Re: [PATCH] ibmvnic: Move debug printk out of spinlock

2019-03-27 Thread David Miller
From: Thomas Falcon 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 printk does not sleep and can be used in any context, even with spinlocks held

[PATCH] ibmvnic: Move debug printk out of spinlock

2019-03-27 Thread Thomas Falcon
Move this print statement out of the reset queue spinlock in case it sleeps. Signed-off-by: Thomas Falcon --- drivers/net/ethernet/ibm/ibmvnic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/ibm/ibmvnic.c b/drivers/net/ethernet/ibm/ibmvnic.c index 5ecb