From: Bjorn Helgaas Date: Mon, 15 Jun 2015 02:35:13 +0000 (-0500) Subject: PCI: pciehp: Inline the "handle event" functions into the ISR X-Git-Tag: omap-for-v4.2/fixes-rc1^2~159^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f092fec67191f899fa111a4eeffdf4368494c77;p=pandora-kernel.git PCI: pciehp: Inline the "handle event" functions into the ISR The pciehp_handle_*() functions (pciehp_handle_attention_button(), etc.) only contain a line or two of useful code, so it's clumsy to put them in separate functions. All they so is add an event to a work queue, and it's clearer to see that directly in the ISR. Inline them directly into pcie_isr(). No functional change. Signed-off-by: Bjorn Helgaas Reviewed-by: Rajat Jain Acked-by: Yinghai Lu --- Reading git-diff-tree failed