Drop unused/unnecessary return statement.
Reported by: Coverity CID: 1373118 Approved by: adrian (mentor, implicit)
This commit is contained in:
parent
0ae98ab709
commit
b78f353f8a
@ -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…
x
Reference in New Issue
Block a user