pcie: xilinx: Fix debug message
Fix compilation warning: drivers/pci/host/pcie-xilinx.c: In function 'xilinx_pcie_clear_err_interrupts': drivers/pci/host/pcie-xilinx.c:154:3: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] dev_dbg(port->dev, "Requester ID %d\n", GENMASK was changed by: bitops: Fix shift overflow in GENMASK macros (sha1: 00b4d9a1) Signed-off-by:Michal Simek <michal.simek@xilinx.com>
Loading
Please sign in to comment