Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Remove an unnecessary printf argument.



details:   https://anonhg.NetBSD.org/src/rev/705e9795b64a
branches:  trunk
changeset: 532116:705e9795b64a
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri May 31 17:34:08 2002 +0000

description:
Remove an unnecessary printf argument.

diffstat:

 sys/dev/ic/ld_icp.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r b3e4988fd377 -r 705e9795b64a sys/dev/ic/ld_icp.c
--- a/sys/dev/ic/ld_icp.c       Fri May 31 17:31:15 2002 +0000
+++ b/sys/dev/ic/ld_icp.c       Fri May 31 17:34:08 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ld_icp.c,v 1.1 2002/04/22 21:05:21 ad Exp $    */
+/*     $NetBSD: ld_icp.c,v 1.2 2002/05/31 17:34:08 thorpej Exp $       */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ld_icp.c,v 1.1 2002/04/22 21:05:21 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ld_icp.c,v 1.2 2002/05/31 17:34:08 thorpej Exp $");
 
 #include "rnd.h"
 
@@ -124,8 +124,7 @@
 
        if (!icp_cmd(icp, ICP_CACHESERVICE, ICP_IOCTL, ICP_CACHE_DRV_INFO,
            sc->sc_hwunit, sizeof(struct icp_cdevinfo))) {
-               printf(": unable to retrieve device info\n",
-                   ld->sc_dv.dv_xname);
+               printf(": unable to retrieve device info\n");
                ld->sc_flags = LDF_ENABLED;
                goto out;
        }



Home | Main Index | Thread Index | Old Index