From: nsekhar@ti.com (Sekhar Nori)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: davinci/da850-evm: fix section mismatch
Date: Thu, 26 Apr 2012 23:51:16 +0530 [thread overview]
Message-ID: <4F99921C.9030008@ti.com> (raw)
In-Reply-To: <1333139360-6791-1-git-send-email-u.kleine-koenig@pengutronix.de>
Hi Uwe,
On 3/31/2012 1:59 AM, Uwe Kleine-K?nig wrote:
> This fixes:
> WARNING: arch/arm/mach-davinci/built-in.o(.text+0x2d84): Section mismatch in reference from the function da850_evm_ui_expander_setup() to the (unknown reference) .init.data:(unknown)
> The function da850_evm_ui_expander_setup() references
> the (unknown reference) __initdata (unknown).
> This is often because da850_evm_ui_expander_setup lacks a __initdata
> annotation or the annotation of (unknown) is wrong.
>
> Note this is a real issue because if the tca6416 driver only binds when
> the init sections are already discarded da850_evm_ui_expander_setup is
> called when da850_evm_devices might already be overwritten.
>
> Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
Thanks for the patch. I am queuing this for v3.5 since the tca6416
driver is set to Y by default when DA850 EVM is selected. So I suspect
users will mostly remain unaffected by the bug.
Thanks,
Sekhar
prev parent reply other threads:[~2012-04-26 18:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-30 20:29 [PATCH] ARM: davinci/da850-evm: fix section mismatch Uwe Kleine-König
2012-04-26 18:21 ` Sekhar Nori [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=4F99921C.9030008@ti.com \
--to=nsekhar@ti.com \
--cc=linux-arm-kernel@lists.infradead.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.