Commit 195234b8 authored by Chen Zhou's avatar Chen Zhou Committed by David S. Miller
Browse files

net: ch9200: remove unnecessary return



The return is not needed, remove it.

Signed-off-by: default avatarChen Zhou <chenzhou10@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e64dec83
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -130,8 +130,6 @@ static int control_read(struct usbnet *dev,
		err = -EINVAL;
	kfree(buf);

	return err;

err_out:
	return err;
}