All of lore.kernel.org
 help / color / mirror / Atom feed
From: Russell King - ARM Linux <linux@arm.linux.org.uk>
To: David Brown <davidb@codeaurora.org>
Cc: linux-arm-msm@vger.kernel.org,
	Stephen Boyd <sboyd@codeaurora.org>,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCHv2] msm: boards: Fix fallout from removal of machine_desc in fixup
Date: Tue, 25 Oct 2011 22:06:10 +0100	[thread overview]
Message-ID: <20111025210610.GA26579@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <20111025205053.GA15649@huya.qualcomm.com>

On Tue, Oct 25, 2011 at 01:50:53PM -0700, David Brown wrote:
> On Tue, Oct 25, 2011 at 09:35:19AM -0700, Stephen Boyd wrote:
> > After 0744a3ee (ARM: platform fixups: remove mdesc argument to
> > fixup function, 2010-12-20) the fixup functions introduced in
> > 9e775ad (ARM: 7012/1: Set proper TEXT_OFFSET for newer MSMs,
> > 2011-08-12) cause warnings like:
> > 
> > arch/arm/mach-msm/board-msm8x60.c:85: warning: initialization
> > from incompatible pointer type
> > 
> > Fix them by removing the machine_desc argument from the fixup
> > functions.
> > 
> > Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
> 
> Yes, these got missed among the merges.
> 
> Acked-by: David Brown <davidb@codeaurora.org>
> 
> Russell, would you prefer this to go through your tracker, or for me
> to push this to Arnd?

Either is fine.

WARNING: multiple messages have this Message-ID (diff)
From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv2] msm: boards: Fix fallout from removal of machine_desc in fixup
Date: Tue, 25 Oct 2011 22:06:10 +0100	[thread overview]
Message-ID: <20111025210610.GA26579@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <20111025205053.GA15649@huya.qualcomm.com>

On Tue, Oct 25, 2011 at 01:50:53PM -0700, David Brown wrote:
> On Tue, Oct 25, 2011 at 09:35:19AM -0700, Stephen Boyd wrote:
> > After 0744a3ee (ARM: platform fixups: remove mdesc argument to
> > fixup function, 2010-12-20) the fixup functions introduced in
> > 9e775ad (ARM: 7012/1: Set proper TEXT_OFFSET for newer MSMs,
> > 2011-08-12) cause warnings like:
> > 
> > arch/arm/mach-msm/board-msm8x60.c:85: warning: initialization
> > from incompatible pointer type
> > 
> > Fix them by removing the machine_desc argument from the fixup
> > functions.
> > 
> > Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
> 
> Yes, these got missed among the merges.
> 
> Acked-by: David Brown <davidb@codeaurora.org>
> 
> Russell, would you prefer this to go through your tracker, or for me
> to push this to Arnd?

Either is fine.

WARNING: multiple messages have this Message-ID (diff)
From: Russell King - ARM Linux <linux@arm.linux.org.uk>
To: David Brown <davidb@codeaurora.org>
Cc: Stephen Boyd <sboyd@codeaurora.org>,
	linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCHv2] msm: boards: Fix fallout from removal of machine_desc in fixup
Date: Tue, 25 Oct 2011 22:06:10 +0100	[thread overview]
Message-ID: <20111025210610.GA26579@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <20111025205053.GA15649@huya.qualcomm.com>

On Tue, Oct 25, 2011 at 01:50:53PM -0700, David Brown wrote:
> On Tue, Oct 25, 2011 at 09:35:19AM -0700, Stephen Boyd wrote:
> > After 0744a3ee (ARM: platform fixups: remove mdesc argument to
> > fixup function, 2010-12-20) the fixup functions introduced in
> > 9e775ad (ARM: 7012/1: Set proper TEXT_OFFSET for newer MSMs,
> > 2011-08-12) cause warnings like:
> > 
> > arch/arm/mach-msm/board-msm8x60.c:85: warning: initialization
> > from incompatible pointer type
> > 
> > Fix them by removing the machine_desc argument from the fixup
> > functions.
> > 
> > Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
> 
> Yes, these got missed among the merges.
> 
> Acked-by: David Brown <davidb@codeaurora.org>
> 
> Russell, would you prefer this to go through your tracker, or for me
> to push this to Arnd?

Either is fine.

  reply	other threads:[~2011-10-25 21:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-25 16:35 [PATCHv2] msm: boards: Fix fallout from removal of machine_desc in fixup Stephen Boyd
2011-10-25 16:35 ` Stephen Boyd
2011-10-25 20:50 ` David Brown
2011-10-25 20:50   ` David Brown
2011-10-25 21:06   ` Russell King - ARM Linux [this message]
2011-10-25 21:06     ` Russell King - ARM Linux
2011-10-25 21:06     ` Russell King - ARM Linux
2011-10-25 21:34     ` David Brown
2011-10-25 21:34       ` David Brown

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=20111025210610.GA26579@n2100.arm.linux.org.uk \
    --to=linux@arm.linux.org.uk \
    --cc=davidb@codeaurora.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sboyd@codeaurora.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 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.