On Wed, Jul 26, 2023 at 10:20:53AM +0300, Dmitry Antipov wrote: > Remove 'BUG_ON()' from 'mwifiex_process_sta_txpd()' and > 'mwifiex_process_uap_txpd()'. In case of insufficient > headrom, issue warning and return NULL, which should be > gracefully handled in 'mwifiex_process_tx()'. Also mark > error handling branches with 'unlikely()' and simplify > error messages (there is no need to use formatted output > to print the value which is known to be zero). > > Signed-off-by: Dmitry Antipov <dmantipov@xxxxxxxxx> You already sent a version of this patch, and I already gave you feedback: https://lore.kernel.org/all/ZJ3lyIQy7GPbA9YL@xxxxxxxxxx/ You didn't respond to or integrate that feedback. Brian