From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>
Cc: Linux Kernel list <linux-kernel@vger.kernel.org>
Subject: [PATCH] Fix typo in ppc32 build
Date: Thu, 12 Feb 2004 17:32:49 +1100 [thread overview]
Message-ID: <1076567568.866.184.camel@gaston> (raw)
Hi !
The patch adding the OF platform entries had a typo ;) I sent a
revised patch but apparently you merged the old one. ppc64 is fine
since the G5 patch contains the fix, ppc32 need this:
Cheers,
Ben.
===== arch/ppc/kernel/pci.c 1.37 vs edited =====
--- 1.37/arch/ppc/kernel/pci.c Tue Feb 10 17:20:41 2004
+++ edited/arch/ppc/kernel/pci.c Thu Feb 12 17:31:26 2004
@@ -1039,7 +1039,7 @@
#endif /* CONFIG_PPC_OF */
/* Add sysfs properties */
-void pcibios_add_platform_entries(struct pci_dev *dev)
+void pcibios_add_platform_entries(struct pci_dev *pdev)
{
#ifdef CONFIG_PPC_OF
device_create_file(&pdev->dev, &dev_attr_devspec);
reply other threads:[~2004-02-12 6:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1076567568.866.184.camel@gaston \
--to=benh@kernel.crashing.org \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox