Re: [PATCH] netcp:Fix error checking in the function gbe_open

2015-08-20 Thread Murali Karicheri
On 08/13/2015 11:26 AM, nick wrote: On 2015-07-30 03:44 PM, Murali Karicheri wrote: On 07/30/2015 02:27 PM, Nicholas Krause wrote: This fixes error checking in the function gbe_open by checking if the function netcp_register_txhook has failed by returning a error code and if so jump to the go

Re: [PATCH] netcp:Fix error checking in the function gbe_open

2015-07-30 Thread Murali Karicheri
On 07/30/2015 02:27 PM, Nicholas Krause wrote: This fixes error checking in the function gbe_open by checking if the function netcp_register_txhook has failed by returning a error code and if so jump to the goto label fail for handling internal failures in this function. Signed-off-by: Nicholas