Re: [PATCH net-next] cxgb4: continue in debug mode, if probe fails

2015-08-27 Thread Hariprasad S
On Thu, Aug 27, 2015 at 16:14:34 -0300, Thadeu Lima de Souza Cascardo wrote: > On Wed, Aug 26, 2015 at 10:30:35PM +0530, Hariprasad Shenai wrote: > > If adapter is flashed with incorrect firmware, probe can fail. > > If probe fails, continue in debug mode, so one can also use the debug > > interfac

Re: [PATCH net-next] cxgb4: continue in debug mode, if probe fails

2015-08-27 Thread Thadeu Lima de Souza Cascardo
On Wed, Aug 26, 2015 at 10:30:35PM +0530, Hariprasad Shenai wrote: > If adapter is flashed with incorrect firmware, probe can fail. > If probe fails, continue in debug mode, so one can also use the debug > interface to update the firmware via ethtool. > > Signed-off-by: Hariprasad Shenai What do

Re: [PATCH net-next] cxgb4: continue in debug mode, if probe fails

2015-08-27 Thread David Miller
From: Hariprasad Shenai Date: Wed, 26 Aug 2015 22:30:35 +0530 > If adapter is flashed with incorrect firmware, probe can fail. > If probe fails, continue in debug mode, so one can also use the debug > interface to update the firmware via ethtool. > > Signed-off-by: Hariprasad Shenai If the ini

[PATCH net-next] cxgb4: continue in debug mode, if probe fails

2015-08-26 Thread Hariprasad Shenai
If adapter is flashed with incorrect firmware, probe can fail. If probe fails, continue in debug mode, so one can also use the debug interface to update the firmware via ethtool. Signed-off-by: Hariprasad Shenai --- drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 9 ++--- 1 file changed, 6