Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Chen Zhou and committed by
David S. Miller
195234b8 e64dec83

-2
-2
drivers/net/usb/ch9200.c
··· 130 130 err = -EINVAL; 131 131 kfree(buf); 132 132 133 - return err; 134 - 135 133 err_out: 136 134 return err; 137 135 }