All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] staging: bcm2835-audio: refactor code for compaction
@ 2017-03-06 19:56 Aishwarya Pant
  2017-03-06 19:57 ` [PATCH v2 1/2] staging: bcm2835-audio: merge two if conditions into one Aishwarya Pant
  2017-03-06 19:57 ` [PATCH v2 2/2] staging: bcm2835-audio: remove unused semaphores Aishwarya Pant
  0 siblings, 2 replies; 4+ messages in thread
From: Aishwarya Pant @ 2017-03-06 19:56 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

Changes in v2:
	- Removed the semaphores from struct bcm2835_alsa_stream and 
	  not just their initialisation

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 ++------
 drivers/staging/vc04_services/bcm2835-audio/bcm2835.h     | 2 --
 2 files changed, 2 insertions(+), 8 deletions(-)

-- 
2.7.4



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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-06 19:56 [PATCH v2 0/2] staging: bcm2835-audio: refactor code for compaction Aishwarya Pant
2017-03-06 19:57 ` [PATCH v2 1/2] staging: bcm2835-audio: merge two if conditions into one Aishwarya Pant
2017-03-07 19:08   ` [Outreachy kernel] " Greg Kroah-Hartman
2017-03-06 19:57 ` [PATCH v2 2/2] staging: bcm2835-audio: remove unused semaphores 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.