From e7e54aa2cb67850ec5f0a16b775f5cc00dafefd6 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 5 Oct 2008 10:51:40 +0000 Subject: Add missing argument to printf. --- sys/arch/sparc64/dev/sbbc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/sparc64/dev/sbbc.c b/sys/arch/sparc64/dev/sbbc.c index 5a1fd81e12e..2308365fd45 100644 --- a/sys/arch/sparc64/dev/sbbc.c +++ b/sys/arch/sparc64/dev/sbbc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sbbc.c,v 1.4 2008/07/12 23:12:52 kettenis Exp $ */ +/* $OpenBSD: sbbc.c,v 1.5 2008/10/05 10:51:39 kettenis Exp $ */ /* * Copyright (c) 2008 Mark Kettenis * @@ -229,7 +229,7 @@ sbbc_attach(struct device *parent, struct device *self, void *aux) sc->sc_ih = pci_intr_establish(pa->pa_pc, ih, IPL_TTY, sbbc_intr, sc, sc->sc_dv.dv_xname); if (sc->sc_ih == NULL) { - printf("%s: unable to establish interrupt\n"); + printf("%s: unable to establish interrupt\n", sc->sc_dv.dv_xname); goto unmap_sram; } -- cgit v1.2.3