From: [email protected] Date: Mon, 7 Sep 2020 11:04:38 -0700 > From: Tom Rix <[email protected]> > > Reviewing the error handling in tcf_action_init_1() > most of the early handling uses > > err_out: > if (cookie) { > kfree(cookie->data); > kfree(cookie); > } > > before cookie could ever be set. > > So skip the unnecessay check. > > Signed-off-by: Tom Rix <[email protected]>
Applied to net-next, thank you.
