mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
corrects a error message.
This commit is contained in:
parent
df1af10875
commit
da689ab8ca
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ malo_hal_attach(device_t dev, uint16_t devid,
|
|||
NULL, /* lockarg */
|
||||
&mh->mh_dmat);
|
||||
if (error != 0) {
|
||||
device_printf(dev, "unable to allocate memory for cmd buffer, "
|
||||
device_printf(dev, "unable to allocate memory for cmd tag, "
|
||||
"error %u\n", error);
|
||||
goto fail;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue