Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ata Remove some debug printf's that slipped through....



details:   https://anonhg.NetBSD.org/src/rev/7f768376d0e0
branches:  trunk
changeset: 347969:7f768376d0e0
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Sep 27 08:05:34 2016 +0000

description:
Remove some debug printf's that slipped through.  Thanks, wiz!

diffstat:

 sys/dev/ata/ata_raid.c   |  5 ++---
 sys/dev/ata/ld_ataraid.c |  5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r 327a4fac8671 -r 7f768376d0e0 sys/dev/ata/ata_raid.c
--- a/sys/dev/ata/ata_raid.c    Tue Sep 27 04:00:33 2016 +0000
+++ b/sys/dev/ata/ata_raid.c    Tue Sep 27 08:05:34 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ata_raid.c,v 1.38 2016/09/27 03:33:32 pgoyette Exp $   */
+/*     $NetBSD: ata_raid.c,v 1.39 2016/09/27 08:05:34 pgoyette Exp $   */
 
 /*
  * Copyright (c) 2003 Wasabi Systems, Inc.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ata_raid.c,v 1.38 2016/09/27 03:33:32 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ata_raid.c,v 1.39 2016/09/27 08:05:34 pgoyette Exp $");
 
 #include <sys/param.h>
 #include <sys/buf.h>
@@ -177,7 +177,6 @@
                    ataraid_cd.cd_name);
 
  out:
-printf("%s: exit\n", __func__);
        return (1);
 }
 
diff -r 327a4fac8671 -r 7f768376d0e0 sys/dev/ata/ld_ataraid.c
--- a/sys/dev/ata/ld_ataraid.c  Tue Sep 27 04:00:33 2016 +0000
+++ b/sys/dev/ata/ld_ataraid.c  Tue Sep 27 08:05:34 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ld_ataraid.c,v 1.43 2016/09/27 03:33:32 pgoyette Exp $ */
+/*     $NetBSD: ld_ataraid.c,v 1.44 2016/09/27 08:05:34 pgoyette Exp $ */
 
 /*
  * Copyright (c) 2003 Wasabi Systems, Inc.
@@ -47,7 +47,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ld_ataraid.c,v 1.43 2016/09/27 03:33:32 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ld_ataraid.c,v 1.44 2016/09/27 08:05:34 pgoyette Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "bio.h"
@@ -754,7 +754,6 @@
                error = ENOTTY;
        break;
        }
-printf("%s: return %d\n", __func__, error);
 #endif
 
        return error;



Home | Main Index | Thread Index | Old Index