mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Eliminate a warning. Patch has been sent to the vendor.
This commit is contained in:
parent
f5f92fb181
commit
2dfad8a854
1 changed files with 0 additions and 1 deletions
|
|
@ -700,7 +700,6 @@ AcpiDsStoreObjectToLocal (
|
|||
if (ObjDesc->Common.ReferenceCount > 1)
|
||||
{
|
||||
Status = AcpiUtCopyIobjectToIobject (ObjDesc, &NewObjDesc, WalkState);
|
||||
NewObjDesc;
|
||||
if (ACPI_FAILURE (Status))
|
||||
{
|
||||
return_ACPI_STATUS (Status);
|
||||
|
|
|
|||
Loading…
Reference in a new issue