]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: usb: ax88179_178a: remove redundant init code
authorJustin Chen <justinpopo6@gmail.com>
Thu, 21 Jul 2022 00:28:12 +0000 (17:28 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Jan 2024 17:51:27 +0000 (18:51 +0100)
commitd800d18ba13220d36b04495d08f881b0aa35e11d
treed34b76fd06481b77a9eb6329260384f4c334415d
parent329197033bb019bf263a10b611dff89acd6a0579
net: usb: ax88179_178a: remove redundant init code

commit 9718f9ce5b86e2f4e6364762018980f0222c2e5e upstream.

Bind and reset are basically doing the same thing. Remove the duplicate
code and have bind call into reset.

Signed-off-by: Justin Chen <justinpopo6@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Cc: Jeffery Miller <jefferymiller@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/usb/ax88179_178a.c