public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next v4 0/3] some fix and cleanup for rtl8192e
@ 2021-12-02  3:07 Yang Yingliang
  2021-12-02  3:07 ` [PATCH -next v4 1/3] staging: rtl8192e: return error code from rtllib_softmac_init() Yang Yingliang
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Yang Yingliang @ 2021-12-02  3:07 UTC (permalink / raw)
  To: linux-kernel, linux-staging; +Cc: gregkh, paskripkin, dan.carpenter

v4: Fix crypt_info leak. Add fix tags for patch #1 and #2.
v3: Fix more leaks.  Break it up into multple patches.
v2: Make rtllib_softmac_init() return error codes.

patch #1, #2:
  fix error handle case in alloc_rtllib()

patch #3:
  remove unnecessary assignment

Yang Yingliang (3):
  staging: rtl8192e: return error code from rtllib_softmac_init()
  staging: rtl8192e: rtllib_module: fix error handle case in
    alloc_rtllib()
  staging: rtl8192e: rtllib_module: remove unnecessary assignment

 drivers/staging/rtl8192e/rtllib.h         |  2 +-
 drivers/staging/rtl8192e/rtllib_module.c  | 17 ++++++++++++-----
 drivers/staging/rtl8192e/rtllib_softmac.c |  6 ++++--
 3 files changed, 17 insertions(+), 8 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-12-02  8:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-02  3:07 [PATCH -next v4 0/3] some fix and cleanup for rtl8192e Yang Yingliang
2021-12-02  3:07 ` [PATCH -next v4 1/3] staging: rtl8192e: return error code from rtllib_softmac_init() Yang Yingliang
2021-12-02  3:07 ` [PATCH -next v4 2/3] staging: rtl8192e: rtllib_module: fix error handle case in alloc_rtllib() Yang Yingliang
2021-12-02  3:07 ` [PATCH -next v4 3/3] staging: rtl8192e: rtllib_module: remove unnecessary assignment Yang Yingliang
2021-12-02  5:38 ` [PATCH -next v4 0/3] some fix and cleanup for rtl8192e Dan Carpenter
2021-12-02  8:38 ` Pavel Skripkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox