All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: bcm2835-audio: refactor code for compaction
@ 2017-03-06 15:34 Aishwarya Pant
  2017-03-06 15:34 ` [PATCH 1/2] staging: bcm2835-audio: merge two if conditions into one Aishwarya Pant
  2017-03-06 15:35 ` [PATCH 2/2] staging: bcm2835-audio: remove unused semaphores Aishwarya Pant
  0 siblings, 2 replies; 4+ messages in thread
From: Aishwarya Pant @ 2017-03-06 15:34 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 patch fixes two code style issues:
	- Merge two if condiitonals doing the same work
	- Removes initialisation of unused semaphores ( should they be
	  removed all-together? )


Aishwarya Pant (2):
  staging: bcm2835-audio: merge two if conditions into one
  staging: bcm2835-audio: remove unused semaphores

 drivers/staging/vc04_services/bcm2835-audio/bcm2835-pcm.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2017-03-06 16:41 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:34 [PATCH 0/2] staging: bcm2835-audio: refactor code for compaction Aishwarya Pant
2017-03-06 15:34 ` [PATCH 1/2] staging: bcm2835-audio: merge two if conditions into one Aishwarya Pant
2017-03-06 15:35 ` [PATCH 2/2] staging: bcm2835-audio: remove unused semaphores Aishwarya Pant
2017-03-06 16:41   ` [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.