Re: [PATCH net] ibmvnic: Include missing return code checks in reset function

2018-08-31 Thread David Miller
From: Thomas Falcon Date: Thu, 30 Aug 2018 13:19:53 -0500 > Check the return codes of these functions and halt reset > in case of failure. The driver will remain in a dormant state > until the next reset event, when device initialization will be > re-attempted. > > Signed-off-by: Thomas Falcon

[PATCH net] ibmvnic: Include missing return code checks in reset function

2018-08-30 Thread Thomas Falcon
Check the return codes of these functions and halt reset in case of failure. The driver will remain in a dormant state until the next reset event, when device initialization will be re-attempted. Signed-off-by: Thomas Falcon --- drivers/net/ethernet/ibm/ibmvnic.c | 12 +--- 1 file change