All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Packham <chris.packham@alliedtelesis.co.nz>
To: linux-edac@vger.kernel.org, bp@alien8.de, mchehab@kernel.org
Cc: Chris Packham <chris.packham@alliedtelesis.co.nz>,
	linux-kernel@vger.kernel.org
Subject: [PATCH 2/3] EDAC: mv64x60: Fix pdata->name
Date: Fri, 12 May 2017 16:20:01 +1200	[thread overview]
Message-ID: <20170512042002.18524-3-chris.packham@alliedtelesis.co.nz> (raw)
In-Reply-To: <20170512042002.18524-1-chris.packham@alliedtelesis.co.nz>

Change this from mpc85xx_pci_err to mv64x60_pci_err.  The former is
likely a hangover from when this driver was created.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
---
 drivers/edac/mv64x60_edac.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/edac/mv64x60_edac.c b/drivers/edac/mv64x60_edac.c
index 454e1e26ee7c..ddc5082f7577 100644
--- a/drivers/edac/mv64x60_edac.c
+++ b/drivers/edac/mv64x60_edac.c
@@ -116,7 +116,7 @@ static int mv64x60_pci_err_probe(struct platform_device *pdev)
 	pdata = pci->pvt_info;
 
 	pdata->pci_hose = pdev->id;
-	pdata->name = "mpc85xx_pci_err";
+	pdata->name = "mv64x60_pci_err";
 	platform_set_drvdata(pdev, pci);
 	pci->dev = &pdev->dev;
 	pci->dev_name = dev_name(&pdev->dev);
-- 
2.11.0.24.ge6920cf

WARNING: multiple messages have this Message-ID (diff)
From: Chris Packham <chris.packham@alliedtelesis.co.nz>
To: linux-edac@vger.kernel.org, bp@alien8.de, mchehab@kernel.org
Cc: Chris Packham <chris.packham@alliedtelesis.co.nz>,
	linux-kernel@vger.kernel.org
Subject: [2/3] EDAC: mv64x60: Fix pdata->name
Date: Fri, 12 May 2017 16:20:01 +1200	[thread overview]
Message-ID: <20170512042002.18524-3-chris.packham@alliedtelesis.co.nz> (raw)

Change this from mpc85xx_pci_err to mv64x60_pci_err.  The former is
likely a hangover from when this driver was created.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
---
 drivers/edac/mv64x60_edac.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/edac/mv64x60_edac.c b/drivers/edac/mv64x60_edac.c
index 454e1e26ee7c..ddc5082f7577 100644
--- a/drivers/edac/mv64x60_edac.c
+++ b/drivers/edac/mv64x60_edac.c
@@ -116,7 +116,7 @@ static int mv64x60_pci_err_probe(struct platform_device *pdev)
 	pdata = pci->pvt_info;
 
 	pdata->pci_hose = pdev->id;
-	pdata->name = "mpc85xx_pci_err";
+	pdata->name = "mv64x60_pci_err";
 	platform_set_drvdata(pdev, pci);
 	pci->dev = &pdev->dev;
 	pci->dev_name = dev_name(&pdev->dev);

  parent reply	other threads:[~2017-05-12  4:20 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20170512042002.18524-1-chris.packham@alliedtelesis.co.nz>
2017-05-12  4:20 ` [PATCH 1/3] EDAC: mv64x60: remove unused variable Chris Packham
2017-05-12  4:20   ` [1/3] " Chris Packham
2017-05-12  4:20 ` Chris Packham [this message]
2017-05-12  4:20   ` [2/3] EDAC: mv64x60: Fix pdata->name Chris Packham
2017-05-12  4:20 ` [PATCH 3/3] EDAC: mv64x60: replace in_le32/out_le32 with ioread32/iowrite32 Chris Packham
2017-05-12  4:20   ` [3/3] " Chris Packham
2017-05-17 18:10   ` [PATCH 3/3] " Borislav Petkov
2017-05-17 18:10     ` [3/3] " Borislav Petkov
2017-05-17 21:16     ` [PATCH 3/3] " Chris Packham
2017-05-17 21:16       ` Chris Packham
2017-05-17 21:16       ` [3/3] " Chris Packham
2017-05-17 21:40       ` [PATCH 3/3] " Arnd Bergmann
2017-05-17 21:40         ` [3/3] " Arnd Bergmann
2017-05-19 14:01         ` [PATCH 3/3] " David Laight
2017-05-19 14:01           ` David Laight
2017-05-19 14:01           ` [3/3] " David Laight
2017-05-19 15:25           ` [PATCH 3/3] " Arnd Bergmann
2017-05-19 15:25             ` [3/3] " Arnd Bergmann
2017-05-18  8:08       ` [PATCH 3/3] " Borislav Petkov
2017-05-18  8:08         ` [3/3] " Borislav Petkov
2017-05-18  5:36     ` [PATCH 3/3] " Michael Ellerman
2017-05-18  5:36       ` [3/3] " Michael Ellerman
2017-05-18 11:07       ` [PATCH 3/3] " Arnd Bergmann
2017-05-18 11:07         ` [3/3] " Arnd Bergmann
2017-05-19  9:53         ` [PATCH 3/3] " Michael Ellerman
2017-05-19  9:53           ` [3/3] " Michael Ellerman

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=20170512042002.18524-3-chris.packham@alliedtelesis.co.nz \
    --to=chris.packham@alliedtelesis.co.nz \
    --cc=bp@alien8.de \
    --cc=linux-edac@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mchehab@kernel.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.