All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: bcm2835-camera: remove get_msg_context() and release_msg_context()
@ 2017-03-08  4:44 Aishwarya Pant
  2017-03-08  4:44 ` [PATCH 1/2] staging: bcm2835-camera: replace get_msg_context() with kzalloc Aishwarya Pant
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Aishwarya Pant @ 2017-03-08  4:44 UTC (permalink / raw)
  To: outreachy-kernel

This patch replaces in mmal-vchiq.c:
        - get_msg_context(..) with a kzalloc at the caller
	- release_msg_context(..) with a kfree at the caller

Aishwarya Pant (2):
  staging: bcm2835-camera: replace get_msg_context() with kzalloc
  staging: bcm2835-camera: replace release_msg_context() with kfree

 .../vc04_services/bcm2835-camera/mmal-vchiq.c      | 29 ++++------------------
 1 file changed, 5 insertions(+), 24 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2017-03-09 14:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-08  4:44 [PATCH 0/2] staging: bcm2835-camera: remove get_msg_context() and release_msg_context() Aishwarya Pant
2017-03-08  4:44 ` [PATCH 1/2] staging: bcm2835-camera: replace get_msg_context() with kzalloc Aishwarya Pant
2017-03-09 13:36   ` [Outreachy kernel] " Greg KH
2017-03-09 14:20     ` Aishwarya Pant
2017-03-08  4:44 ` [PATCH 2/2] staging: bcm2835-camera: replace release_msg_context() with kfree Aishwarya Pant
2017-03-08  7:00   ` [Outreachy kernel] " Julia Lawall
2017-03-08  7:41 ` [Outreachy kernel] [PATCH 0/2] staging: bcm2835-camera: remove get_msg_context() and release_msg_context() Julia Lawall
2017-03-08 11:47   ` Aishwarya Pant
2017-03-08 12:27     ` 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.