Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188795
b: refs/heads/master
c: 6757eca
h: refs/heads/master
i:
  188793: 6edeb40
  188791: 5cbfeb1
v: v3
  • Loading branch information
Mel Gorman authored and Greg Kroah-Hartman committed Mar 19, 2010
1 parent 39c5484 commit 9f33624
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: e1955ca0ee55286cbc65a8ed7471d540ae83dac8
refs/heads/master: 6757eca348fbbdd4ab1020e565f325cd6a6b2698
2 changes: 1 addition & 1 deletion trunk/drivers/pci/pci-sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -655,8 +655,8 @@ void pci_create_legacy_files(struct pci_bus *b)
goto legacy_io_err;

/* Allocated above after the legacy_io struct */
sysfs_bin_attr_init(b->legacy_mem);
b->legacy_mem = b->legacy_io + 1;
sysfs_bin_attr_init(b->legacy_mem);
b->legacy_mem->attr.name = "legacy_mem";
b->legacy_mem->size = 1024*1024;
b->legacy_mem->attr.mode = S_IRUSR | S_IWUSR;
Expand Down

0 comments on commit 9f33624

Please sign in to comment.