netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] net: usb: ax88179_178a: fix missing stop entry in driver_info
@ 2020-09-28  9:01 Wilken Gottwalt
  2020-09-29  1:38 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Wilken Gottwalt @ 2020-09-28  9:01 UTC (permalink / raw)
  To: linux-kernel; +Cc: David S. Miller, Jakub Kicinski, netdev

Adds the missing .stop entry in the Belkin driver_info structure.

Signed-off-by: Wilken Gottwalt <wilken.gottwalt@mailbox.org>
---
Changes in v2:
    - reposted to proper mailing list
---
 drivers/net/usb/ax88179_178a.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/usb/ax88179_178a.c b/drivers/net/usb/ax88179_178a.c
index 125f7bf57590..8f1798b95a02 100644
--- a/drivers/net/usb/ax88179_178a.c
+++ b/drivers/net/usb/ax88179_178a.c
@@ -1823,6 +1823,7 @@ static const struct driver_info belkin_info = {
 	.status = ax88179_status,
 	.link_reset = ax88179_link_reset,
 	.reset	= ax88179_reset,
+	.stop	= ax88179_stop,
 	.flags	= FLAG_ETHER | FLAG_FRAMING_AX,
 	.rx_fixup = ax88179_rx_fixup,
 	.tx_fixup = ax88179_tx_fixup,
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] net: usb: ax88179_178a: fix missing stop entry in driver_info
  2020-09-28  9:01 [PATCH v2] net: usb: ax88179_178a: fix missing stop entry in driver_info Wilken Gottwalt
@ 2020-09-29  1:38 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2020-09-29  1:38 UTC (permalink / raw)
  To: wilken.gottwalt; +Cc: linux-kernel, kuba, netdev

From: Wilken Gottwalt <wilken.gottwalt@mailbox.org>
Date: Mon, 28 Sep 2020 11:01:04 +0200

> Adds the missing .stop entry in the Belkin driver_info structure.
> 
> Signed-off-by: Wilken Gottwalt <wilken.gottwalt@mailbox.org>
> ---
> Changes in v2:
>     - reposted to proper mailing list

Applied and queued up for -stable, please provide a proper Fixes: tag
next time.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-29  1:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-28  9:01 [PATCH v2] net: usb: ax88179_178a: fix missing stop entry in driver_info Wilken Gottwalt
2020-09-29  1:38 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).