All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Replace mlock with private lock and remove unnecessary goto
@ 2017-03-13  7:33 sayli karnik
  2017-03-13  7:35 ` [PATCH v3 1/2] staging: iio: ad9834: Use private driver lock instead of mlock sayli karnik
  2017-03-13  7:42 ` [PATCH v3 2/2] staging: iio: ad9834: Remove unnecessary goto statement sayli karnik
  0 siblings, 2 replies; 4+ messages in thread
From: sayli karnik @ 2017-03-13  7:33 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 set replaces mlock with private lock for driver ad9834 and removes
unnecessary goto.

sayli karnik (2):
  staging: iio: ad9834: Use private driver lock instead of mlock
  staging: iio: ad9834: Remove unnecessary goto statement

 drivers/staging/iio/frequency/ad9834.c | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

-- 
2.7.4


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-13  7:33 [PATCH v3 0/2] Replace mlock with private lock and remove unnecessary goto sayli karnik
2017-03-13  7:35 ` [PATCH v3 1/2] staging: iio: ad9834: Use private driver lock instead of mlock sayli karnik
2017-03-13 11:54   ` Lars-Peter Clausen
2017-03-13  7:42 ` [PATCH v3 2/2] staging: iio: ad9834: Remove unnecessary goto statement sayli karnik

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.