From: sayli karnik <karniksayli1995@gmail.com>
To: outreachy-kernel@googlegroups.com
Cc: Lars-Peter Clausen <lars@metafoo.de>,
Michael Hennerich <Michael.Hennerich@analog.com>,
Jonathan Cameron <jic23@kernel.org>,
Hartmut Knaack <knaack.h@gmx.de>,
Peter Meerwald-Stadler <pmeerw@pmeerw.net>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-iio@vger.kernel.org
Subject: [PATCH v2 0/2] Replace mlock with private lock and improve code flow
Date: Mon, 13 Mar 2017 03:45:43 +0530 [thread overview]
Message-ID: <cover.1489356140.git.karniksayli1995@gmail.com> (raw)
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
next reply other threads:[~2017-03-12 22:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-12 22:15 sayli karnik [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1489356140.git.karniksayli1995@gmail.com \
--to=karniksayli1995@gmail.com \
--cc=Michael.Hennerich@analog.com \
--cc=gregkh@linuxfoundation.org \
--cc=jic23@kernel.org \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=outreachy-kernel@googlegroups.com \
--cc=pmeerw@pmeerw.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.