All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Replace mlock with private lock and remove unnecessary goto
@ 2017-03-13 17:50 sayli karnik
  2017-03-13 17:52 ` [PATCH v4 1/2] staging: iio: ad9834: Use private driver lock instead of mlock sayli karnik
  2017-03-13 17:56 ` [PATCH v4 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 17:50 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 | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

-- 
2.7.4

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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-13 17:50 [PATCH v4 0/2] Replace mlock with private lock and remove unnecessary goto sayli karnik
2017-03-13 17:52 ` [PATCH v4 1/2] staging: iio: ad9834: Use private driver lock instead of mlock sayli karnik
2017-03-13 17:56 ` [PATCH v4 2/2] staging: iio: ad9834: Remove unnecessary goto statement sayli karnik
2017-03-15 22:14   ` Jonathan Cameron

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.