Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 249062
b: refs/heads/master
c: 13399cb
h: refs/heads/master
v: v3
  • Loading branch information
Olaf Hering authored and Greg Kroah-Hartman committed Apr 20, 2011
1 parent ccd1665 commit 0a69ad9
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: 8fea1912cef357a154a529f3c358fb5229c5003d
refs/heads/master: 13399cbaab4dfee74d3e1d2547381c6d398af736
2 changes: 1 addition & 1 deletion trunk/drivers/staging/hv/vmbus_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ static void __exit hv_pci_exit(void)

MODULE_LICENSE("GPL");
MODULE_VERSION(HV_DRV_VERSION);
module_param(vmbus_loglevel, int, S_IRUGO);
module_param(vmbus_loglevel, int, S_IRUGO|S_IWUSR);

module_init(hv_pci_init);
module_exit(hv_pci_exit);

0 comments on commit 0a69ad9

Please sign in to comment.