All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Staging: Do not print message if kzalloc() failed.
@ 2016-03-01  9:07 Sandhya Bankar
  2016-03-01  9:09 ` [PATCH 1/4] Staging: lustre: " Sandhya Bankar
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Sandhya Bankar @ 2016-03-01  9:07 UTC (permalink / raw)
  To: outreachy-kernel

Do not print message if kzalloc() failed.
kzalloc() has its own messages. So no need to add extra one.

Sandhya Bankar (4):
  Staging: lustre: Do not print message if kzalloc() failed.
  Staging: rtl8188eu: Do not print message if kzalloc() failed.
  Staging: rtl8188eu: rtw_efuse: Do not print message if kzalloc() failed.
  Staging: wlan-ng: Do not print message if kzalloc() failed.

 drivers/staging/lustre/lustre/llite/llite_lib.c | 4 ----
 drivers/staging/rtl8188eu/core/rtw_cmd.c        | 3 +--
 drivers/staging/rtl8188eu/core/rtw_efuse.c      | 3 +--
 drivers/staging/wlan-ng/prism2sta.c             | 1 -
 4 files changed, 2 insertions(+), 9 deletions(-)

-- 
1.8.3.4



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

end of thread, other threads:[~2016-03-01 17:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-01  9:07 [PATCH 0/4] Staging: Do not print message if kzalloc() failed Sandhya Bankar
2016-03-01  9:09 ` [PATCH 1/4] Staging: lustre: " Sandhya Bankar
2016-03-01 17:16   ` [Outreachy kernel] " Julia Lawall
2016-03-01  9:12 ` [PATCH 2/4] Staging: rtl8188eu: " Sandhya Bankar
2016-03-01  9:14 ` [PATCH 3/4] Staging: rtl8188eu: rtw_efuse: " Sandhya Bankar
2016-03-01 17:15   ` [Outreachy kernel] " Julia Lawall
2016-03-01  9:15 ` [PATCH 4/4] Staging: wlan-ng: " Sandhya Bankar

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.