From 571f38afd91492b885fa8a4f22cfe23daa091a40 Mon Sep 17 00:00:00 2001 From: Marcus Glocker Date: Sat, 6 Jan 2007 20:33:10 +0000 Subject: Fix error string for loadfirmware(). --- sys/dev/ic/bcw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/ic/bcw.c b/sys/dev/ic/bcw.c index 5511ef2fd4a..b09bc3ad4e3 100644 --- a/sys/dev/ic/bcw.c +++ b/sys/dev/ic/bcw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bcw.c,v 1.32 2007/01/06 18:35:09 mglocker Exp $ */ +/* $OpenBSD: bcw.c,v 1.33 2007/01/06 20:33:09 mglocker Exp $ */ /* * Copyright (c) 2006 Jon Simola @@ -2401,7 +2401,7 @@ bcw_load_initvals(struct bcw_softc *sc) /* load firmware */ if ((error = loadfirmware(name, &ucode, &size_ucode)) != 0) { - printf("%s: error %d, could not read initval0 %s!\n", + printf("%s: error %d, could not read microcode %s!\n", sc->sc_dev.dv_xname, error, name); return (EIO); } -- cgit v1.2.3