staging: r8188eu: merge _mgt_dispatcher into mgt_dispatcher
authorMartin Kaiser <martin@kaiser.cx>
Wed, 13 Apr 2022 20:07:40 +0000 (22:07 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Apr 2022 07:07:34 +0000 (09:07 +0200)
commit7897aa28c0a2c295ecfd24af42d47521ff74ab88
tree57d1b2f5950fc56e4e6e8f9391e54aa194853273
parent4d76451c0fccd488029aed0cc6e9f83a017cde3c
staging: r8188eu: merge _mgt_dispatcher into mgt_dispatcher

All that the _mgt_dispatcher function does is to call a function from
a function pointer. It's not worth having a separate function for this.

Merge _mgt_dispatcher into mgt_dispatcher.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220413200742.276806-3-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_mlme_ext.c