Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Fix lack of of sysctl_teardown() in ixl(4)



details:   https://anonhg.NetBSD.org/src/rev/219d91f3910e
branches:  trunk
changeset: 847513:219d91f3910e
user:      yamaguchi <yamaguchi%NetBSD.org@localhost>
date:      Thu Dec 26 03:55:00 2019 +0000

description:
Fix lack of of sysctl_teardown() in ixl(4)

diffstat:

 sys/dev/pci/if_ixl.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7a7e94140e48 -r 219d91f3910e sys/dev/pci/if_ixl.c
--- a/sys/dev/pci/if_ixl.c      Thu Dec 26 03:17:01 2019 +0000
+++ b/sys/dev/pci/if_ixl.c      Thu Dec 26 03:55:00 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ixl.c,v 1.14 2019/12/26 03:17:01 yamaguchi Exp $    */
+/*     $NetBSD: if_ixl.c,v 1.15 2019/12/26 03:55:00 yamaguchi Exp $    */
 
 /*
  * Copyright (c) 2013-2015, Intel Corporation
@@ -1351,6 +1351,7 @@
 
        ixl_teardown_interrupts(sc);
        ixl_teardown_stats(sc);
+       ixl_teardown_sysctls(sc);
 
        ixl_queue_pairs_free(sc);
 



Home | Main Index | Thread Index | Old Index