From: Randy Dunlap <randy.dunlap@oracle.com>
To: "René Bolldorf" <xsecute@googlemail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH 4/5] drivers/pci/pci.c Section mismatch
Date: Thu, 18 Mar 2010 15:58:48 -0700 [thread overview]
Message-ID: <4BA2B028.8060705@oracle.com> (raw)
In-Reply-To: <4BA2A46E.5090008@googlemail.com>
On 03/18/10 15:08, René Bolldorf wrote:
> Signed-off-by: Rene Bolldorf <xsecute@googlemail.com>
>
> diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
> index ddd55dc..a1f7d93 100644
> --- a/drivers/pci/pci.c
> +++ b/drivers/pci/pci.c
> @@ -2773,7 +2773,7 @@ int pci_resource_bar(struct pci_dev *dev, int
> resno, enum pci_bar_type *type)
> /* Some architectures require additional programming to enable VGA */
> static arch_set_vga_state_t arch_set_vga_state;
>
> -void __init pci_register_set_vga_state(arch_set_vga_state_t func)
> +void pci_register_set_vga_state(arch_set_vga_state_t func)
> {
> arch_set_vga_state = func; /* NULL disables */
> }
> --
Hi,
Please put the offending/warning messages in the patch description.
Include your analysis if it isn't obvious.
thanks,
--
~Randy
next prev parent reply other threads:[~2010-03-18 23:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-18 22:08 [PATCH 4/5] drivers/pci/pci.c Section mismatch René Bolldorf
2010-03-18 22:58 ` Randy Dunlap [this message]
2010-03-18 23:34 ` René Bolldorf
2010-03-18 23:37 ` Randy Dunlap
2010-03-19 0:19 ` René Bolldorf
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=4BA2B028.8060705@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=xsecute@googlemail.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 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.