Re: [PATCH net-next] cxgb4: fix the wrong conversion of Mbps to Kbps

2018-05-10 Thread David Miller
From: Ganesh Goudar Date: Thu, 10 May 2018 16:07:23 +0530 > fix the wrong conversion where 1 Mbps was converted to > 1024 Kbps. > > Signed-off-by: Ganesh Goudar Applied, thanks.

[PATCH net-next] cxgb4: fix the wrong conversion of Mbps to Kbps

2018-05-10 Thread Ganesh Goudar
fix the wrong conversion where 1 Mbps was converted to 1024 Kbps. Signed-off-by: Ganesh Goudar --- drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c b/drivers/net/ethernet/che