From ab063ac4444e426759cb5d053e50e02fa078a3c6 Mon Sep 17 00:00:00 2001 From: Andrew Gallatin Date: Mon, 13 Nov 2023 19:44:27 -0500 Subject: [PATCH] ipmi_ssif: Fix typo in debug print Fix a typo in a debug print that prevents compilation. Sponsored by: Netflix --- sys/dev/ipmi/ipmi_ssif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ipmi/ipmi_ssif.c b/sys/dev/ipmi/ipmi_ssif.c index 3ac1e04c2eda..532d1f7f485c 100644 --- a/sys/dev/ipmi/ipmi_ssif.c +++ b/sys/dev/ipmi/ipmi_ssif.c @@ -200,7 +200,7 @@ ssif_polled_request(struct ipmi_softc *sc, struct ipmi_request *req) goto fail; } #ifdef SSIF_DEBUG - device_printf("SSIF: READ_START: ok\n"); + device_printf(dev, "SSIF: READ_START: ok\n"); #endif /*