Re: [PATCH] net: hns: remove redundant variables 'max_frm' and 'tmp_mac_key'

From: David Miller
Date: Thu Aug 02 2018 - 17:40:53 EST


From: YueHaibing <yuehaibing@xxxxxxxxxx>
Date: Wed, 1 Aug 2018 18:16:47 +0800

> Variables 'max_frm' and 'tmp_mac_key' are being assigned,
> but are never used,hence they are redundant and can be removed.
>
> fix fllowing warning:
>
> drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c:461:6: warning: variable 'max_frm' set but not used [-Wunused-but-set-variable]
> drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c:1685:31: warning: variable 'tmp_mac_key' set but not used [-Wunused-but-set-variable]
> drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c:1855:41: warning: variable 'tmp_mac_key' set but not used [-Wunused-but-set-variable]
>
> Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>

Applied, thank you.