Re: [PATCH] ibmvnic: Call napi_disable instead of napi_enable in failure path

2017-02-11 Thread David Miller
From: Nathan Fontenot Date: Fri, 10 Feb 2017 13:29:06 -0500 > The failure path in ibmvnic_open() mistakenly makes a second call > to napi_enable instead of calling napi_disable. This can result > in a BUG_ON for any queues that were enabled in the previous call > to napi_enable. > > Signed-off-b

[PATCH] ibmvnic: Call napi_disable instead of napi_enable in failure path

2017-02-10 Thread Nathan Fontenot
The failure path in ibmvnic_open() mistakenly makes a second call to napi_enable instead of calling napi_disable. This can result in a BUG_ON for any queues that were enabled in the previous call to napi_enable. Signed-off-by: Nathan Fontenot --- drivers/net/ethernet/ibm/ibmvnic.c |2 +- 1 f