]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
PCI/DPC: Defer event handling to work queue
authorKeith Busch <keith.busch@intel.com>
Mon, 16 Jul 2018 22:05:02 +0000 (17:05 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 19 Jul 2018 21:21:01 +0000 (16:21 -0500)
commit0c27e28f77179548aa3d25a8f7a3dda22fd3e080
tree5a4e4361328fb220d8910d6d6283f967025df083
parentf8d46c89c86fa11c60c05e101a3a4c7458623103
PCI/DPC: Defer event handling to work queue

Move all event handling to the existing work queue, which will
make it simpler to pass event information to the handler.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Sinan Kaya <okaya@kernel.org>
Reviewed-by: Oza Pawandeep <poza@codeaurora.org>
drivers/pci/pcie/dpc.c