Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/dev/ic Pull up revision 1.2 (requested by martti in...
details: https://anonhg.NetBSD.org/src/rev/890bacde9995
branches: netbsd-1-6
changeset: 530704:890bacde9995
user: tron <tron%NetBSD.org@localhost>
date: Fri Sep 12 19:01:33 2003 +0000
description:
Pull up revision 1.2 (requested by martti in ticket #1458):
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 352bf2924750 -r 890bacde9995 sys/dev/ic/ld_icp.c
--- a/sys/dev/ic/ld_icp.c Wed Sep 10 19:44:22 2003 +0000
+++ b/sys/dev/ic/ld_icp.c Fri Sep 12 19:01:33 2003 +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.1.4.1 2003/09/12 19:01:33 tron 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.1.4.1 2003/09/12 19:01:33 tron 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