mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 10:40:19 -04:00
Drop unused/unnecessary return statement.
Reported by: Coverity CID: 1373118 Approved by: adrian (mentor, implicit)
This commit is contained in:
parent
0ae98ab709
commit
b78f353f8a
1 changed files with 0 additions and 1 deletions
|
|
@ -1256,7 +1256,6 @@ bhnd_nvram_sprom_read_var(struct bhnd_sprom_opcode_state *state,
|
|||
/* Provide value wrapper */
|
||||
return (bhnd_nvram_val_init(val, var->fmt, inp, ilen, var->type,
|
||||
BHND_NVRAM_VAL_BORROW_DATA));
|
||||
return (error);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue