From: Artem Bityutskiy <dedekind1@gmail.com>
To: Mike Frysinger <vapier@gentoo.org>
Cc: David Woodhouse <dwmw2@infradead.org>, linux-mtd@lists.infradead.org
Subject: Re: [PATCH] mtd: sst25l: fix section markings
Date: Thu, 12 May 2011 15:28:02 +0300 [thread overview]
Message-ID: <1305203282.2713.118.camel@localhost> (raw)
In-Reply-To: <1304950078-27141-1-git-send-email-vapier@gentoo.org>
On Mon, 2011-05-09 at 10:07 -0400, Mike Frysinger wrote:
> The previous section mismatch fix for this driver wasn't entirely correct.
> The sst25l_flash_info array is now used in the devinit probe func, but is
> marked as initdata, so building results in the warning:
>
> WARNING: drivers/mtd/devices/sst25l.o(.devinit.text): Section mismatch
> in reference from the function sst25l_probe()
> to the variable .init.data:sst25l_flash_info
>
> Further, the remove func should be devexit rather than exit to match the
> probe func.
>
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Pushed to l2-mtd-2.6.git, thanks.
--
Best Regards,
Artem Bityutskiy (Артём Битюцкий)
prev parent reply other threads:[~2011-05-12 12:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-09 14:07 [PATCH] mtd: sst25l: fix section markings Mike Frysinger
2011-05-12 12:28 ` Artem Bityutskiy [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=1305203282.2713.118.camel@localhost \
--to=dedekind1@gmail.com \
--cc=dwmw2@infradead.org \
--cc=linux-mtd@lists.infradead.org \
--cc=vapier@gentoo.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.