amba/ahbstat.c: Correct printf() format

This commit is contained in:
Joel Sherrill
2017-04-23 12:03:22 -05:00
parent e4633241ca
commit 2912982227

View File

@@ -154,7 +154,7 @@ void ahbstat_isr(void *arg)
rc = ahbstat_error(priv->minor, priv->regs, status, fadr);
if ((rc & 0x1) == 0) {
printk("\n### AHBSTAT: %s %s error of size %lu by master %d"
printk("\n### AHBSTAT: %s %s error of size %lu by master %ld"
" at 0x%08lx\n",
status & AHBSTAT_STS_CE ? "single" : "non-correctable",
status & AHBSTAT_STS_HW ? "write" : "read",