Source-Changes-HG archive

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

[src-draft/trunk]: src/sys/dev/pci Remove temporary debugging printfs.



details:   https://anonhg.NetBSD.org/src-all/rev/779cb48ae950
branches:  trunk
changeset: 949505:779cb48ae950
user:      Nathanial Sloss <nat%netbsd.org@localhost>
date:      Sat May 16 11:50:24 2020 +1000

description:
Remove temporary debugging printfs.

diffstat:

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

diffs (24 lines):

diff -r f1243aa95f77 -r 779cb48ae950 sys/dev/pci/if_iwn.c
--- a/sys/dev/pci/if_iwn.c      Sat May 16 11:49:37 2020 +1000
+++ b/sys/dev/pci/if_iwn.c      Sat May 16 11:50:24 2020 +1000
@@ -6591,7 +6591,6 @@
        struct ifmediareq imr;
        int error;
 
-printf("HERE\n");
        mutex_enter(&sc->sc_mtx);
        if (sc->sc_flags & IWN_FLAG_HW_INITED)
                goto out;
@@ -6659,12 +6658,10 @@
        sc->sc_flags |= IWN_FLAG_HW_INITED;
 out:
        mutex_exit(&sc->sc_mtx);
-printf("HERE2\n");
        return 0;
 
 fail:  mutex_exit(&sc->sc_mtx);
        iwn_stop(ifp, 1);
-printf("HERE3\n");
        return error;
 }
 



Home | Main Index | Thread Index | Old Index