Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756224AbbFRQMj (ORCPT ); Thu, 18 Jun 2015 12:12:39 -0400 Received: from mail-ig0-f169.google.com ([209.85.213.169]:34056 "EHLO mail-ig0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754647AbbFRQMd (ORCPT ); Thu, 18 Jun 2015 12:12:33 -0400 Subject: [PATCH 0/4] PCI: pciehp cleanup To: linux-pci@vger.kernel.org From: Bjorn Helgaas Cc: Rajat Jain , Yinghai Lu , linux-kernel@vger.kernel.org Date: Thu, 18 Jun 2015 11:12:31 -0500 Message-ID: <20150618161207.32739.62577.stgit@bhelgaas-glaptop2.roam.corp.google.com> User-Agent: StGit/0.16 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1086 Lines: 25 These patches don't *do* anything except get rid of some overly verbose debug logging and a bunch of boilerplate code by inlining trivial things. Unless I made a mistake, this should not change the way anything works at all, although I did change some of the message text. --- Bjorn Helgaas (4): PCI: pciehp: Clean up debug logging PCI: pciehp: Make queue_interrupt_event() void PCI: pciehp: Rename queue_interrupt_event() to pciehp_queue_interrupt_event() PCI: pciehp: Inline the "handle event" functions into the ISR drivers/pci/hotplug/pciehp.h | 6 - drivers/pci/hotplug/pciehp_core.c | 37 +-------- drivers/pci/hotplug/pciehp_ctrl.c | 154 +++---------------------------------- drivers/pci/hotplug/pciehp_hpc.c | 89 +++++++++------------ 4 files changed, 53 insertions(+), 233 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/