All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: bcm2835-camera: remove function get_msg_context
@ 2017-03-06 15:20 Aishwarya Pant
  2017-03-06 15:20 ` [PATCH 1/2] staging: bcm2835-camera: replace kmalloc and memset with kzalloc Aishwarya Pant
  2017-03-06 15:21 ` [PATCH 2/2] staging: bcm2835-camera: remove redundant function get_msg_context Aishwarya Pant
  0 siblings, 2 replies; 4+ messages in thread
From: Aishwarya Pant @ 2017-03-06 15:20 UTC (permalink / raw)
  To: Stephen Warren, Lee Jones, Eric Anholt, Greg Kroah-Hartman,
	Florian Fainelli, Ray Jui, Scott Branden,
	bcm-kernel-feedback-list
  Cc: outreachy-kernel

This patchset safely replaces function get_msg_context with a memory
allocation at the caller.


Aishwarya Pant (2):
  staging: bcm2835-camera: replace kmalloc and memset with kzalloc
  staging: bcm2835-camera: remove redundant function get_msg_context

 .../staging/vc04_services/bcm2835-camera/mmal-vchiq.c    | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2017-03-07 19:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-06 15:20 [PATCH 0/2] staging: bcm2835-camera: remove function get_msg_context Aishwarya Pant
2017-03-06 15:20 ` [PATCH 1/2] staging: bcm2835-camera: replace kmalloc and memset with kzalloc Aishwarya Pant
2017-03-07 19:11   ` Greg Kroah-Hartman
2017-03-06 15:21 ` [PATCH 2/2] staging: bcm2835-camera: remove redundant function get_msg_context Aishwarya Pant

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.