projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a498fbc
)
IB/hfi1: Convert %Lx to %llx
author
Dennis Dalessandro
<dennis.dalessandro@intel.com>
Sun, 9 Apr 2017 17:17:12 +0000
(10:17 -0700)
committer
Doug Ledford
<dledford@redhat.com>
Fri, 28 Apr 2017 17:56:22 +0000
(13:56 -0400)
According to checkpatch %Lx is not standard C so remove it and use the
suggested %llx.
Fixes: 7724105686e7 ("IB/hfi1: add driver files")
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/hfi1/pcie.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/hfi1/pcie.c
b/drivers/infiniband/hw/hfi1/pcie.c
index 0829fce06172fdbe99d0bdb0291531036367848a..e39e01b793823cad3274429cfe1115337c6bdf0a 100644
(file)
--- a/
drivers/infiniband/hw/hfi1/pcie.c
+++ b/
drivers/infiniband/hw/hfi1/pcie.c
@@
-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 %
L
x, returning %d\n",
+ "HFI1 mmio_enabled function called, read wordscntr %
ll
x, returning %d\n",
words, ret);
}
return ret;