]> git.baikalelectronics.ru Git - kernel.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)
committerJakub Kicinski <kuba@kernel.org>
Sat, 23 Jul 2022 04:43:58 +0000 (21:43 -0700)
commit3a0c0160f52a5a6b417f68694dfb7014bbcd870d
treeb4f92b207b9b5441162beb0648dbd64ed2a86b33
parente1c91941b1e0b11aa67349e8c1ea42b4206b37f5
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