Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206098
b: refs/heads/master
c: a3f5835
h: refs/heads/master
v: v3
  • Loading branch information
Kulikov Vasiliy authored and Jesse Barnes committed Jul 30, 2010
1 parent d0d2889 commit 1c47436
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 852972acff8f10f3a15679be2059bb94916cba5d
refs/heads/master: a3f5835a8e0bd25ed15becd65e01aa3d5ac8d771
2 changes: 1 addition & 1 deletion trunk/drivers/pci/pci-sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ pci_mmap_resource(struct kobject *kobj, struct bin_attribute *attr,
{
struct pci_dev *pdev = to_pci_dev(container_of(kobj,
struct device, kobj));
struct resource *res = (struct resource *)attr->private;
struct resource *res = attr->private;
enum pci_mmap_state mmap_type;
resource_size_t start, end;
int i;
Expand Down

0 comments on commit 1c47436

Please sign in to comment.