commit | cdd332accd4a93ac17d86024d52971d387b9a042 | [log] [tgz] |
---|---|---|
author | Guojia Liao <liaoguojia@huawei.com> | Fri Aug 16 16:09:38 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Aug 18 12:59:12 2019 -0700 |
tree | 2f187cfd6f5ebb3ee3996ae6e45c35c932f64feb | |
parent | 46ee73508cbbfcb03216823043a2e24764f18664 [diff] |
net: hns3: modify redundant initialization of variable Some temporary variables do not need to be initialized that they will be set before used, so this patch deletes the initialization value of these temporary variables. Signed-off-by: Guojia Liao <liaoguojia@huawei.com> Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com> Signed-off-by: Huzhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>