fix uninitialized return from qwx_qmi_load_file_target_mem()
authorstsp <stsp@openbsd.org>
Thu, 8 Feb 2024 11:13:01 +0000 (11:13 +0000)
committerstsp <stsp@openbsd.org>
Thu, 8 Feb 2024 11:13:01 +0000 (11:13 +0000)
commit09a11c37ed7663175b60f83bf1461ff1e62acdd5
tree76b1a4431ecb6a8e36e6d2fcbab30a9a3c713b8c
parent1e86b538b294f1f8698eccedd9a4910a276f3394
fix uninitialized return from qwx_qmi_load_file_target_mem()

Fortunately this case could only be reached with an empty firmware file.

Found by jsg@
sys/dev/ic/qwx.c