Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231079
b: refs/heads/master
c: ff29530
h: refs/heads/master
i:
  231077: e910c7d
  231075: 2b65df6
  231071: 7d0cc22
v: v3
  • Loading branch information
Alex Williamson authored and Jesse Barnes committed Jan 14, 2011
1 parent c5d02e9 commit 73a867e
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: 64a5fed6663edcf7e3864ed5534e42e2b9f340c7
refs/heads/master: ff29530e651a3449aea6b0ef4c7048db9e22ef27
2 changes: 1 addition & 1 deletion trunk/drivers/pci/pci-sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ int __must_check pci_create_sysfs_dev_files (struct pci_dev *pdev)
sysfs_bin_attr_init(attr);
attr->size = rom_size;
attr->attr.name = "rom";
attr->attr.mode = S_IRUSR;
attr->attr.mode = S_IRUSR | S_IWUSR;
attr->read = pci_read_rom;
attr->write = pci_write_rom;
retval = sysfs_create_bin_file(&pdev->dev.kobj, attr);
Expand Down

0 comments on commit 73a867e

Please sign in to comment.