]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PCI: pciehp: Make queue_interrupt_event() void
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 15 Jun 2015 02:27:52 +0000 (21:27 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 18 Jun 2015 21:14:49 +0000 (16:14 -0500)
commit7d852b68badd257b2cf98c2759b9d93dac7b86a8
tree4cc183e3b7dae82f0bf10392e7f5391824aea286
parent3784e0c6b02d4fa0966abb01b74eedeb8cd64603
PCI: pciehp: Make queue_interrupt_event() void

Nobody looks at the return value from queue_interrupt_event(), so errors
were silently ignored.  Convert it to a "void" function and note the error
in the dmesg log.

No functional change except the new message.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Rajat Jain <rajatja@google.com>
Acked-by: Yinghai Lu <yinghai@kernel.org>
drivers/pci/hotplug/pciehp_ctrl.c