Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221712
b: refs/heads/master
c: 88cf81f
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Linus Torvalds committed Nov 12, 2010
1 parent 5c26854 commit 1f1ddb2
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 38b7a2ae0ad3e29e1881b82c0f421ba5db148e3d
refs/heads/master: 88cf81fc8944a6892db104caaa490885d48b959c
4 changes: 2 additions & 2 deletions trunk/drivers/rapidio/rio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1159,11 +1159,11 @@ int __devinit rio_init_mports(void)

list_for_each_entry(port, &rio_mports, node) {
if (!request_mem_region(port->iores.start,
port->iores.end - port->iores.start,
resource_size(&port->iores),
port->name)) {
printk(KERN_ERR
"RIO: Error requesting master port region 0x%016llx-0x%016llx\n",
(u64)port->iores.start, (u64)port->iores.end - 1);
(u64)port->iores.start, (u64)port->iores.end);
rc = -ENOMEM;
goto out;
}
Expand Down

0 comments on commit 1f1ddb2

Please sign in to comment.