Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222126
b: refs/heads/master
c: e25cd06
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Jesse Barnes committed Nov 15, 2010
1 parent b1482b5 commit c234b0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 82e3e767c21fef2b1b38868e20eb4e470a1e38e3
refs/heads/master: e25cd062b16ed1d41a157aec5a108abd6ff2e9f9
3 changes: 2 additions & 1 deletion trunk/drivers/pci/pci-sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,8 @@ pci_mmap_resource(struct kobject *kobj, struct bin_attribute *attr,
"at page 0x%08lx on %s BAR %d (start 0x%16Lx, size 0x%16Lx)\n",
current->comm, vma->vm_end-vma->vm_start, vma->vm_pgoff,
pci_name(pdev), i,
pci_resource_start(pdev, i), pci_resource_len(pdev, i));
(u64)pci_resource_start(pdev, i),
(u64)pci_resource_len(pdev, i));
return -EINVAL;
}

Expand Down

0 comments on commit c234b0e

Please sign in to comment.