Re: [PATCH] iwlwifi: mvm: Fix an error handling path in 'ebu_dma_start()'

2021-01-24 Thread Christophe JAILLET
Le 24/01/2021 à 08:56, Christophe JAILLET a écrit : If the 'cmd_ver' check fails, we must release some memory as already done in all the other error handling paths of this function. Fixes: 9e3c39361a30 ("iwlwifi: mvm: support new KEK KCK api") Signed-off-by: Christophe JAILLET ---

[PATCH] iwlwifi: mvm: Fix an error handling path in 'ebu_dma_start()'

2021-01-24 Thread Christophe JAILLET
If the 'cmd_ver' check fails, we must release some memory as already done in all the other error handling paths of this function. Fixes: 9e3c39361a30 ("iwlwifi: mvm: support new KEK KCK api") Signed-off-by: Christophe JAILLET --- drivers/net/wireless/intel/iwlwifi/mvm/d3.c | 6 -- 1 file