net: ch9200: remove unnecessary return

The return is not needed, remove it.

Signed-off-by: Chen Zhou <chenzhou10@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Chen Zhou 2020-01-07 17:28:56 +08:00 committed by David S. Miller
parent e64dec834e
commit 195234b885
1 changed files with 0 additions and 2 deletions

View File

@ -130,8 +130,6 @@ static int control_read(struct usbnet *dev,
err = -EINVAL;
kfree(buf);
return err;
err_out:
return err;
}