From: Roland Dreier <rol...@kernel.org> Date: Mon, 15 Jan 2018 12:24:49 -0800
> From: Roland Dreier <rol...@purestorage.com> > > We need to check if p_ent->comp_mode is QED_SPQ_MODE_EBLOCK before > calling qed_spq_add_entry(). The test is fine is the mode is EBLOCK, > but if it isn't then qed_spq_add_entry() might kfree(p_ent). > > Signed-off-by: Roland Dreier <rol...@purestorage.com> Applied, thanks Roland.