This patch fixes a printk format string compiler warning to match
the change of ipath_sdma_status from u64 to unsigned long.
Signed-off-by: Ralph Campbell <ralph.campbell@qlogic.com>
---
drivers/infiniband/hw/ipath/ipath_sdma.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/infiniband/hw/ipath/ipath_sdma.c b/drivers/infiniband/hw/ipath/ipath_sdma.c
index 3697449..0e860fd 100644
--- a/drivers/infiniband/hw/ipath/ipath_sdma.c
+++ b/drivers/infiniband/hw/ipath/ipath_sdma.c
@@ -345,7 +345,7 @@ resched:
* state change
*/
if (jiffies > dd->ipath_sdma_abort_jiffies) {
- ipath_dbg("looping with status 0x%016llx\n",
+ ipath_dbg("looping with status 0x%016lx\n",
dd->ipath_sdma_status);
dd->ipath_sdma_abort_jiffies = jiffies + 5 * HZ;
}
@@ -615,7 +615,7 @@ void ipath_restart_sdma(struct ipath_devdata *dd)
}
spin_unlock_irqrestore(&dd->ipath_sdma_lock, flags);
if (!needed) {
- ipath_dbg("invalid attempt to restart SDMA, status 0x%016llx\n",
+ ipath_dbg("invalid attempt to restart SDMA, status 0x%016lx\n",
dd->ipath_sdma_status);
goto bail;
}
_______________________________________________
general mailing list
general@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general
To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
| Arjan van de Ven | [patch] Add basic sanity checks to the syscall execution patch |
| H. Peter Anvin | Re: Versioning file system |
| Adrian Bunk | 2.6.20-rc6: known unfixed regressions (part 2) |
| Rafael J. Wysocki | Re: Linux 2.6.25-rc2 |
git: | |
| Jakub Narebski | Re: VCS comparison table |
| Martin Langhoff | Re: First cut at git port to Cygwin |
| Sam Vilain | [PATCH] git-mergetool: add support for ediff |
| Johannes Schindelin | Re: cloning the kernel - why long time in "Resolving 313037 deltas" |
| Richard Stallman | Real men don't attack straw men |
| Otto Moerbeek | Re: How to HIDE "OpenBSD" as user-agent? |
| ejun | postfixadmin quota doesn't work |
| Nick Guenther | Re: When will OpenBSD support UTF8? |
| Andreas Dilger | Re: [RFC 0/13] extents and 48bit ext3 |
| Jack Stone | Re: Versioning file system |
| Yury Umanets | Re: silent semantic changes with reiser4 |
| Eric Sandeen | [PATCH 1/4] ext3: enable barriers by default |
