PCI: keystone: Add debug error message for all errors
authorKishon Vijay Abraham I <kishon@ti.com>
Wed, 17 Oct 2018 07:41:12 +0000 (13:11 +0530)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Wed, 17 Oct 2018 08:59:01 +0000 (09:59 +0100)
commitdaaaa665ca01753da1b557323702f13c26f7c552
treec07c8af7079be35d4a9086e94810e151c8da0b8c
parent0523cdc6e775494900c878af5f7eb7e90bb03f20
PCI: keystone: Add debug error message for all errors

commit 025dd3daeda77f61a280da87ae701 ("PCI: keystone: Add error IRQ
handler") added dev_err() message only for ERR_AXI and ERR_FATAL. Add
debug error message for ERR_SYS, ERR_NONFATAL, ERR_CORR and ERR_AER here.

While at that avoid using ERR_IRQ_STATUS_RAW and use ERR_IRQ_STATUS
instead.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
drivers/pci/controller/dwc/pci-keystone.c