public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Samuel Ortiz <sameo@linux.intel.com>
To: Paul Walmsley <paul@pwsan.com>
Cc: Bryan Wu <bryan.wu@canonical.com>,
	linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org
Subject: Re: [PATCH] MFD: TWL/TPS: fix twl_probe section mismatch warning in mfd/twl-core.c
Date: Tue, 7 Dec 2010 10:48:42 +0100	[thread overview]
Message-ID: <20101207094841.GA4772@sortiz-mobl> (raw)
In-Reply-To: <alpine.DEB.2.00.1012061839170.13430@utopia.booyaka.com>

Hi Paul,

On Mon, Dec 06, 2010 at 06:40:38PM -0700, Paul Walmsley wrote:
> On Tue, 7 Dec 2010, Bryan Wu wrote:
> 
> > On Tue, Dec 7, 2010 at 8:35 AM, Paul Walmsley <paul@pwsan.com> wrote:
> > >
> > > Fix the following section mismatch warning when building omap2plus_defconfig:
> > >
> > > WARNING: vmlinux.o(.data+0x47d7c): Section mismatch in reference from the variable twl_driver to the function .init.text:twl_probe()
> > >
> > > Signed-off-by: Paul Walmsley <paul@pwsan.com>
> > > Cc: Samuel Ortiz <sameo@linux.intel.com>
> > > ---
> > >  drivers/mfd/twl-core.c |    2 +-
> > >  1 files changed, 1 insertions(+), 1 deletions(-)
> > >
> > > diff --git a/drivers/mfd/twl-core.c b/drivers/mfd/twl-core.c
> > > index 35275ba..615cf38 100644
> > > --- a/drivers/mfd/twl-core.c
> > > +++ b/drivers/mfd/twl-core.c
> > > @@ -969,7 +969,7 @@ static int twl_remove(struct i2c_client *client)
> > >  }
> > >
> > >  /* NOTE:  this driver only handles a single twl4030/tps659x0 chip */
> > > -static int __init
> > > +static int
> > 
> > I think we might change __init to __devinit.
> > 
> > >  twl_probe(struct i2c_client *client, const struct i2c_device_id *id)
> > >  {
> > >        int                             status;
> > > --
> 
> That's fine with me.  Samuel et al, Bryan's already done a patch 
> for this stuff:
> 
> https://patchwork.kernel.org/patch/367011/
> 
> so we should use that instead, if you're happy with it.  Samuel, maybe we 
> could get an ack from you on it?
The twl driver is not OMAP specific, so this should be a separate patch thatI
will merge to my mfd tree.
If you really insist in pushing this through Tony's tree, then please add my
Acked-by for the mfd part.

Cheers,
Samuel.


-- 
Intel Open Source Technology Centre
http://oss.intel.com/

  reply	other threads:[~2010-12-07  9:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-07  0:35 [PATCH] MFD: TWL/TPS: fix twl_probe section mismatch warning in mfd/twl-core.c Paul Walmsley
2010-12-07  1:36 ` Bryan Wu
2010-12-07  1:40   ` Paul Walmsley
2010-12-07  9:48     ` Samuel Ortiz [this message]
2010-12-07 16:12       ` Paul Walmsley
2010-12-08  1:45         ` Bryan Wu

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=20101207094841.GA4772@sortiz-mobl \
    --to=sameo@linux.intel.com \
    --cc=bryan.wu@canonical.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=paul@pwsan.com \
    /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