linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] perf/x86/intel/uncore: Remove redundant pci_get_drvdata()
@ 2016-05-31 21:25 Bjorn Helgaas
  2016-06-09 23:00 ` Thomas Gleixner
  2016-06-14 11:27 ` [tip:perf/core] " tip-bot for Bjorn Helgaas
  0 siblings, 2 replies; 3+ messages in thread
From: Bjorn Helgaas @ 2016-05-31 21:25 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, x86, H. Peter Anvin
  Cc: Peter Zijlstra, Kan Liang, Borislav Petkov, linux-kernel

Remove redundant pci_get_drvdata() call.  There's another call a few lines
down, just before we test "box" for NULL.

No functional change intended.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
---
 arch/x86/events/intel/uncore.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/events/intel/uncore.c b/arch/x86/events/intel/uncore.c
index fce7406..0c81d00 100644
--- a/arch/x86/events/intel/uncore.c
+++ b/arch/x86/events/intel/uncore.c
@@ -956,7 +956,7 @@ static int uncore_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id
 
 static void uncore_pci_remove(struct pci_dev *pdev)
 {
-	struct intel_uncore_box *box = pci_get_drvdata(pdev);
+	struct intel_uncore_box *box;
 	struct intel_uncore_pmu *pmu;
 	int i, phys_id, pkg;
 

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] perf/x86/intel/uncore: Remove redundant pci_get_drvdata()
  2016-05-31 21:25 [PATCH] perf/x86/intel/uncore: Remove redundant pci_get_drvdata() Bjorn Helgaas
@ 2016-06-09 23:00 ` Thomas Gleixner
  2016-06-14 11:27 ` [tip:perf/core] " tip-bot for Bjorn Helgaas
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Gleixner @ 2016-06-09 23:00 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Ingo Molnar, x86, H. Peter Anvin, Peter Zijlstra, Kan Liang,
	Borislav Petkov, linux-kernel

On Tue, 31 May 2016, Bjorn Helgaas wrote:

> Remove redundant pci_get_drvdata() call.  There's another call a few lines
> down, just before we test "box" for NULL.
> 
> No functional change intended.
> 
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

Acked-by: Thomas Gleixner <tglx@linutronix.de>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [tip:perf/core] perf/x86/intel/uncore: Remove redundant pci_get_drvdata()
  2016-05-31 21:25 [PATCH] perf/x86/intel/uncore: Remove redundant pci_get_drvdata() Bjorn Helgaas
  2016-06-09 23:00 ` Thomas Gleixner
@ 2016-06-14 11:27 ` tip-bot for Bjorn Helgaas
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Bjorn Helgaas @ 2016-06-14 11:27 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: mingo, acme, kan.liang, vincent.weaver, linux-kernel, torvalds,
	hpa, bp, tglx, alexander.shishkin, eranian, jolsa, bhelgaas,
	peterz

Commit-ID:  281ee056e3f27d925350d65e5eb504b1320d7d5a
Gitweb:     http://git.kernel.org/tip/281ee056e3f27d925350d65e5eb504b1320d7d5a
Author:     Bjorn Helgaas <bhelgaas@google.com>
AuthorDate: Tue, 31 May 2016 16:25:27 -0500
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Tue, 14 Jun 2016 11:16:51 +0200

perf/x86/intel/uncore: Remove redundant pci_get_drvdata()

Remove redundant pci_get_drvdata() call.  There's another call a few lines
down, just before we test "box" for NULL.

No functional change intended.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Borislav Petkov <bp@suse.de>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Kan Liang <kan.liang@intel.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Vince Weaver <vincent.weaver@maine.edu>
Link: http://lkml.kernel.org/r/20160531212527.28718.92371.stgit@bhelgaas-glaptop2.roam.corp.google.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 arch/x86/events/intel/uncore.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/events/intel/uncore.c b/arch/x86/events/intel/uncore.c
index 4e70d27..dc965d2 100644
--- a/arch/x86/events/intel/uncore.c
+++ b/arch/x86/events/intel/uncore.c
@@ -974,7 +974,7 @@ static int uncore_pci_probe(struct pci_dev *pdev, const struct pci_device_id *id
 
 static void uncore_pci_remove(struct pci_dev *pdev)
 {
-	struct intel_uncore_box *box = pci_get_drvdata(pdev);
+	struct intel_uncore_box *box;
 	struct intel_uncore_pmu *pmu;
 	int i, phys_id, pkg;
 

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-14 11:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-31 21:25 [PATCH] perf/x86/intel/uncore: Remove redundant pci_get_drvdata() Bjorn Helgaas
2016-06-09 23:00 ` Thomas Gleixner
2016-06-14 11:27 ` [tip:perf/core] " tip-bot for Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).