fix "evaluation order violation" flagged by coverity
authordaniel <daniel@openbsd.org>
Mon, 12 Jul 2021 12:24:41 +0000 (12:24 +0000)
committerdaniel <daniel@openbsd.org>
Mon, 12 Jul 2021 12:24:41 +0000 (12:24 +0000)
commit162a5fba8104ad3ae720eb1b9efe22aa960441dd
treec1a82010c903c3914b882ca1b6593d4a31fc81c8
parent6211ded6931258a2384d7f8beb6ed4c29985402a
fix "evaluation order violation" flagged by coverity

Coverity flagged the self-assignment introduced in the previous commit.
This is CID 1505120.

ok kevlo@
sys/dev/pci/if_rge.c