Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81310
b: refs/heads/master
c: 5febf1c
h: refs/heads/master
v: v3
  • Loading branch information
Kumar Gala committed Jan 24, 2008
1 parent cfeba6b commit bf97e33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 15061d60a3be0845dc17a0fbe87610d1cc7106c7
refs/heads/master: 5febf1cd79425d3c65d9a66a2299f0d06dc4b1eb
5 changes: 3 additions & 2 deletions trunk/drivers/rapidio/rio.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <linux/module.h>
#include <linux/spinlock.h>
#include <linux/slab.h>
#include <linux/interrupt.h>

#include "rio.h"

Expand Down Expand Up @@ -476,8 +477,8 @@ int rio_init_mports(void)
port->iores.end - port->iores.start,
port->name)) {
printk(KERN_ERR
"RIO: Error requesting master port region %8.8lx-%8.8lx\n",
port->iores.start, port->iores.end - 1);
"RIO: Error requesting master port region 0x%016llx-0x%016llx\n",
(u64)port->iores.start, (u64)port->iores.end - 1);
rc = -ENOMEM;
goto out;
}
Expand Down

0 comments on commit bf97e33

Please sign in to comment.