On 4/15/2022 5:29 AM, Jakob Koschel wrote:
From: Vladimir Oltean <[email protected]>

sja1105_first_entry_longer_than() does not make use of the full struct
sja1105_gate_entry *e, just of e->interval which is set from the passed
entry_time.

This means that if there is a gate conflict, we have allocated e for
nothing, just to free it later. Reorder the memory allocation and the
function call, to avoid that and simplify the error unwind path.

Signed-off-by: Vladimir Oltean <[email protected]>
Signed-off-by: Jakob Koschel <[email protected]>

Reviewed-by: Florian Fainelli <[email protected]>
--
Florian

Reply via email to