diff options
Diffstat (limited to 'sys/pci/alpm.c')
-rw-r--r-- | sys/pci/alpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/alpm.c b/sys/pci/alpm.c index ecf272c..a99f5f2 100644 --- a/sys/pci/alpm.c +++ b/sys/pci/alpm.c @@ -441,7 +441,7 @@ alsmb_smb_quick(device_t dev, u_char slave, int how) ALPM_SMBOUTB(sc, SMBHADDR, slave | LSB); break; default: - panic("%s: unknown QUICK command (%x)!", __FUNCTION__, + panic("%s: unknown QUICK command (%x)!", __func__, how); } ALPM_SMBOUTB(sc, SMBCMD, SMBQUICK); |