net: amd: remove redundant continue
authorzhong jiang <zhongjiang@huawei.com>
Thu, 20 Sep 2018 08:07:47 +0000 (16:07 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Sep 2018 16:00:17 +0000 (09:00 -0700)
commit133dc88053de92998e773aac49c54d037529f7af
tree6770ab60b04bf854bc460873e4e55f23f0b0c597
parentec3ed293e76656c1fb5388249e1e61c7d274abfc
net: amd: remove redundant continue

The continue will not truely skip any code. hence it is safe to
remove it.

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amd/ni65.c