Drop unused/unnecessary return statement.

Reported by:	Coverity
CID:		1373118
Approved by:	adrian (mentor, implicit)
This commit is contained in:
Landon J. Fuller 2017-04-24 18:09:52 +00:00
parent 0ae98ab709
commit b78f353f8a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=317379

View File

@ -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);
}