All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Staging: rtl8188eu: core: Remove NULL test before vfree
@ 2016-02-14 15:00 Bhumika Goyal
  2016-02-14 15:00 ` [PATCH 1/2] " Bhumika Goyal
  2016-02-14 15:00 ` [PATCH 2/2] " Bhumika Goyal
  0 siblings, 2 replies; 5+ messages in thread
From: Bhumika Goyal @ 2016-02-14 15:00 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: Bhumika Goyal

The function vfree test whether the argument is NULL and return
immediately. SO NULL test is not needed before vfree.

Bhumika Goyal (2):
  Staging: rtl8188eu: core: Remove NULL test before vfree
  Staging: rtl8188eu: core: Remove NULL test before vfree

 drivers/staging/rtl8188eu/core/rtw_mlme.c | 3 +--
 drivers/staging/rtl8188eu/core/rtw_xmit.c | 6 ++----
 2 files changed, 3 insertions(+), 6 deletions(-)

-- 
1.9.1



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

end of thread, other threads:[~2016-02-14 16:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-14 15:00 [PATCH 0/2] Staging: rtl8188eu: core: Remove NULL test before vfree Bhumika Goyal
2016-02-14 15:00 ` [PATCH 1/2] " Bhumika Goyal
2016-02-14 16:09   ` [Outreachy kernel] " Julia Lawall
2016-02-14 15:00 ` [PATCH 2/2] " Bhumika Goyal
2016-02-14 16:07   ` [Outreachy kernel] " Julia Lawall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.