From: Samuel Ortiz <sameo@linux.intel.com>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mfd/mc13xxx: don't open-code mc13xxx_unlock
Date: Fri, 26 Nov 2010 11:40:44 +0100 [thread overview]
Message-ID: <20101126104043.GE5520@sortiz-mobl> (raw)
In-Reply-To: <1289490470-14195-1-git-send-email-u.kleine-koenig@pengutronix.de>
Hi Uwe,
On Thu, Nov 11, 2010 at 04:47:50PM +0100, Uwe Kleine-König wrote:
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Looks good, patch applied.
Cheers,
Samuel.
> ---
> drivers/mfd/mc13xxx-core.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/mfd/mc13xxx-core.c b/drivers/mfd/mc13xxx-core.c
> index a2ac2ed..b9fcaf0 100644
> --- a/drivers/mfd/mc13xxx-core.c
> +++ b/drivers/mfd/mc13xxx-core.c
> @@ -749,7 +749,7 @@ static int mc13xxx_probe(struct spi_device *spi)
> if (ret) {
> err_mask:
> err_revision:
> - mutex_unlock(&mc13xxx->lock);
> + mc13xxx_unlock(mc13xxx);
> dev_set_drvdata(&spi->dev, NULL);
> kfree(mc13xxx);
> return ret;
> --
> 1.7.2.3
>
--
Intel Open Source Technology Centre
http://oss.intel.com/
prev parent reply other threads:[~2010-11-26 10:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-11 15:47 [PATCH] mfd/mc13xxx: don't open-code mc13xxx_unlock Uwe Kleine-König
2010-11-26 10:40 ` Samuel Ortiz [this message]
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=20101126104043.GE5520@sortiz-mobl \
--to=sameo@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=u.kleine-koenig@pengutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox