diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-03-12 00:12:59 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-03-12 00:12:59 +0000 |
| commit | 4d3523e29835f5aa3a63fc9bf1e76b0131e8f289 (patch) | |
| tree | ba41952b0502e8dfa493251d60f5b11c25081296 /sys/dev | |
| parent | 75a3a26d2ac0a26cbd77abb6aa7c73c82ba14427 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/acpica/Osd/OsdSchedule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/Osd/OsdSchedule.c b/sys/dev/acpica/Osd/OsdSchedule.c index d5ba11122ba2..e3aebc243646 100644 --- a/sys/dev/acpica/Osd/OsdSchedule.c +++ b/sys/dev/acpica/Osd/OsdSchedule.c @@ -271,6 +271,6 @@ AcpiOsGetThreadId (void) { /* XXX do not add FUNCTION_TRACE here, results in recursive call */ - KASSERT(curproc != NULL, (__func__ ": curproc is NULL!")); + KASSERT(curproc != NULL, ("%s: curproc is NULL!", __func__)); return(curproc->p_pid + 1); /* can't return 0 */ } |
