All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Replace mlock with private lock and improve code flow
@ 2017-03-12 22:15 sayli karnik
  2017-03-12 22:17 ` [PATCH v2 1/2] staging: iio: ad9834: Use private driver lock instead of mlock sayli karnik
  2017-03-12 22:19 ` [PATCH v2 2/2] staging: iio: ad9834: Remove unnecessary goto label and compress return logic sayli karnik
  0 siblings, 2 replies; 6+ messages in thread
From: sayli karnik @ 2017-03-12 22:15 UTC (permalink / raw)
  To: outreachy-kernel
  Cc: Lars-Peter Clausen, Michael Hennerich, Jonathan Cameron,
	Hartmut Knaack, Peter Meerwald-Stadler, Greg Kroah-Hartman,
	linux-iio

The patch series replaces mlock with a private lock for driver ad9834 and
improves code flow by eliminating excessive goto.

sayli karnik (2):
  staging: iio: ad9834: Use private driver lock instead of mlock
  staging: iio: ad9834: Remove unnecessary goto label and compress
    return logic

 drivers/staging/iio/frequency/ad9834.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-03-13  7:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-12 22:15 [PATCH v2 0/2] Replace mlock with private lock and improve code flow sayli karnik
2017-03-12 22:17 ` [PATCH v2 1/2] staging: iio: ad9834: Use private driver lock instead of mlock sayli karnik
2017-03-12 22:19 ` [PATCH v2 2/2] staging: iio: ad9834: Remove unnecessary goto label and compress return logic sayli karnik
2017-03-12 22:27   ` [Outreachy kernel] " Alison Schofield
2017-03-13  7:17     ` sayli karnik
2017-03-12 22:28   ` 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.