In the Linux kernel, the following vulnerability has been resolved:
staging: wfx: fix an error handling in wfxinitcommon()
One error handler of wfxinitcommon() return without calling ieee80211freehw(hw), which may result in memory leak. And I add one err label to unify the error handler, which is useful for the subsequent changes.