Re: [PATCH net-next] net: hns: Fix for __udivdi3 compiler error

2017-08-04 Thread David Miller
From: Yunsheng Lin Date: Fri, 4 Aug 2017 17:24:59 +0800 > This patch fixes the __udivdi3 undefined error reported by > test robot. > > Fixes: b8c17f708831 ("net: hns: Add self-adaptive interrupt coalesce support > in hns driver") > Signed-off-by: Yunsheng Lin Applied, thank you.

[PATCH net-next] net: hns: Fix for __udivdi3 compiler error

2017-08-04 Thread Yunsheng Lin
This patch fixes the __udivdi3 undefined error reported by test robot. Fixes: b8c17f708831 ("net: hns: Add self-adaptive interrupt coalesce support in hns driver") Signed-off-by: Yunsheng Lin --- drivers/net/ethernet/hisilicon/hns/hns_enet.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(