From: Samuel Ortiz <sameo@linux.intel.com>
To: ilkka.koskinen@nokia.com
Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] twl4030: Do not dereference null pointer in error path
Date: Mon, 19 Oct 2009 17:52:31 +0200 [thread overview]
Message-ID: <20091019155230.GF3885@sortiz.org> (raw)
In-Reply-To: <F80267346F10C541946CBE8909F1C39E12170A3880@NOK-EUMSG-02.mgdnok.nokia.com>
Hi Ilkka,
On Fri, Oct 16, 2009 at 04:21:41PM +0200, ilkka.koskinen@nokia.com wrote:
>
> Hi Samuel,
>
> What is the status of this patch and the other one:
> [PATCH 2/2] twl4030: Enable low-power mode to 32KHz oscillator
I'm sorry but it seems I havent received those 2 patches. Could you please
re-send them ?
Cheers,
Samuel.
> Cheers, Ilkka
>
> >-----Original Message-----
> >From: Koskinen Ilkka (Nokia-D/Tampere)
> >Sent: 30 September, 2009 18:12
> >To: linux-kernel@vger.kernel.org; sameo@linux.intel.com
> >Cc: linux-omap@vger.kernel.org; Koskinen Ilkka (Nokia-D/Tampere)
> >Subject: [PATCH 1/2] twl4030: Do not dereference null pointer
> >in error path
> >
> >Signed-off-by: Ilkka Koskinen <ilkka.koskinen@nokia.com>
> >---
> > drivers/mfd/twl4030-core.c | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> >diff --git a/drivers/mfd/twl4030-core.c b/drivers/mfd/twl4030-core.c
> >index e424cf6..8cf0a02 100644
> >--- a/drivers/mfd/twl4030-core.c
> >+++ b/drivers/mfd/twl4030-core.c
> >@@ -792,7 +792,7 @@ twl4030_probe(struct i2c_client *client,
> >const struct i2c_device_id *id)
> > twl->client = i2c_new_dummy(client->adapter,
> > twl->address);
> > if (!twl->client) {
> >- dev_err(&twl->client->dev,
> >+ dev_err(&client->dev,
> > "can't attach client %d\n", i);
> > status = -ENOMEM;
> > goto fail;
> >--
> >1.6.0.4
> >
> >
--
Intel Open Source Technology Centre
http://oss.intel.com/
next prev parent reply other threads:[~2009-10-19 15:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-30 15:11 Ilkka Koskinen
2009-09-30 15:11 ` [PATCH 2/2] twl4030: Enable low-power mode to 32KHz oscillator Ilkka Koskinen
2009-10-16 14:21 ` [PATCH 1/2] twl4030: Do not dereference null pointer in error path ilkka.koskinen
2009-10-19 15:52 ` Samuel Ortiz [this message]
2009-10-20 13:19 ` ilkka.koskinen
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=20091019155230.GF3885@sortiz.org \
--to=sameo@linux.intel.com \
--cc=ilkka.koskinen@nokia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
/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
Powered by JetHome