net: usb: ax88179_178a: remove redundant init code
authorJustin Chen <justinpopo6@gmail.com>
Thu, 21 Jul 2022 00:28:12 +0000 (17:28 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 23 Jul 2022 04:43:58 +0000 (21:43 -0700)
commit9718f9ce5b86e2f4e6364762018980f0222c2e5e
treeb4f92b207b9b5441162beb0648dbd64ed2a86b33
parent4a934eca7b39df35569f97a070701d6846ce46df
net: usb: ax88179_178a: remove redundant init code

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>
drivers/net/usb/ax88179_178a.c