Re: [PATCH net] qed: fix dump of context data

2017-06-13 Thread David Miller
From: Tomer Tayar Date: Tue, 13 Jun 2017 12:15:59 +0300 > Currently when dumping a context data only word number '1' is read for the > entire context. > > Fixes: c965db444629 ("qed: Add support for debug data collection") > > Signed-off-by: Tomer Tayar Applied.

[PATCH net] qed: fix dump of context data

2017-06-13 Thread Tomer Tayar
Currently when dumping a context data only word number '1' is read for the entire context. Fixes: c965db444629 ("qed: Add support for debug data collection") Signed-off-by: Tomer Tayar --- drivers/net/ethernet/qlogic/qed/qed_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --