diff options
author | Keerthy <j-keerthy@ti.com> | 2017-03-13 14:43:28 +0100 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2017-04-04 15:41:30 +0200 |
commit | d4c7d1a089d6fddf38c4fcdc91f15791bfb59a95 (patch) | |
tree | bb0ddc5219f278d224edceaeb8432fda8c839984 /drivers/Makefile | |
parent | PCI: dwc: designware: Move _unroll configurations to a separate function (diff) | |
download | linux-d4c7d1a089d6fddf38c4fcdc91f15791bfb59a95.tar.xz linux-d4c7d1a089d6fddf38c4fcdc91f15791bfb59a95.zip |
PCI: dwc: dra7xx: Push request_irq() call to the bottom of probe
Currently devm_request_irq() is being called before base, PCI fields of
dra7xx_pcie structure are populated. It is called even before
pm_runtime_enable() and pm_runtime_get_sync() are called. This will lead
to exceptions if in case an interrupt is triggered before the all of the
above are done. Hence push the devm_request_irq() call to the end of the
probe.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/Makefile')
0 files changed, 0 insertions, 0 deletions