On Tue, 2015-10-20 at 17:05 -0400, Nicholas Krause wrote:
This fixes error handling in the function fm10k_setup_tc to properly
check if the call to the function fm10k_open has failed by returning
a error and if so return immediately to the caller of the function
fm10k_setup_tc to properly signal this non recoverable failure.
Signed-off-by: Nicholas Krause <redacted>
---
drivers/net/ethernet/intel/fm10k/fm10k_netdev.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Is this a version 2 of your original patch you sent out with the same
title and patch description? It is difficult to understand the reason
for the change without a sufficient changelog (i.e. why the new version
of the patch).