mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
IB/hfi1: Convert %Lx to %llx
According to checkpatch %Lx is not standard C so remove it and use the
suggested %llx.
Fixes: 7724105686
("IB/hfi1: add driver files")
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
parent
a498fbcd87
commit
08af5916b3
1 changed files with 1 additions and 1 deletions
|
@ -583,7 +583,7 @@ pci_mmio_enabled(struct pci_dev *pdev)
|
|||
if (words == ~0ULL)
|
||||
ret = PCI_ERS_RESULT_NEED_RESET;
|
||||
dd_dev_info(dd,
|
||||
"HFI1 mmio_enabled function called, read wordscntr %Lx, returning %d\n",
|
||||
"HFI1 mmio_enabled function called, read wordscntr %llx, returning %d\n",
|
||||
words, ret);
|
||||
}
|
||||
return ret;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue