mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
ipmi_ssif: Fix typo in debug print
Fix a typo in a debug print that prevents compilation. Sponsored by: Netflix
This commit is contained in:
parent
6726773431
commit
ab063ac444
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue