Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2023 00:47:05 GMT
From:      Andrew Gallatin <gallatin@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ab063ac4444e - main - ipmi_ssif: Fix typo in debug print
Message-ID:  <202311140047.3AE0l5Cb098173@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gallatin:

URL: https://cgit.FreeBSD.org/src/commit/?id=ab063ac4444e426759cb5d053e50e02fa078a3c6

commit ab063ac4444e426759cb5d053e50e02fa078a3c6
Author:     Andrew Gallatin <gallatin@FreeBSD.org>
AuthorDate: 2023-11-14 00:44:27 +0000
Commit:     Andrew Gallatin <gallatin@FreeBSD.org>
CommitDate: 2023-11-14 00:46:56 +0000

    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 @@ read_start:
 		goto fail;
 	}
 #ifdef SSIF_DEBUG
-	device_printf("SSIF: READ_START: ok\n");
+	device_printf(dev, "SSIF: READ_START: ok\n");
 #endif
 
 	/*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311140047.3AE0l5Cb098173>