The branch main has been updated by gallatin:

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

commit ab063ac4444e426759cb5d053e50e02fa078a3c6
Author:     Andrew Gallatin <galla...@freebsd.org>
AuthorDate: 2023-11-14 00:44:27 +0000
Commit:     Andrew Gallatin <galla...@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
 
        /*

Reply via email to