projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d6765a
)
Bluetooth: Fix permission of enable_le param
author
Gustavo F. Padovan
<padovan@profusion.mobi>
Tue, 11 Oct 2011 18:57:01 +0000
(15:57 -0300)
committer
Gustavo F. Padovan
<padovan@profusion.mobi>
Tue, 11 Oct 2011 18:57:01 +0000
(15:57 -0300)
With 0444 it is impossible to change the param, changing it to 0644.
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/hci_event.c
patch
|
blob
|
history
diff --git
a/net/bluetooth/hci_event.c
b/net/bluetooth/hci_event.c
index d7d96b6b1f0d63b338e5ed58fb125fbc6290aff5..0e57634ab8daa1935b1d770355499f8cab0a2f59 100644
(file)
--- a/
net/bluetooth/hci_event.c
+++ b/
net/bluetooth/hci_event.c
@@
-3104,5
+3104,5
@@
void hci_si_event(struct hci_dev *hdev, int type, int dlen, void *data)
kfree_skb(skb);
}
-module_param(enable_le, bool, 0
4
44);
+module_param(enable_le, bool, 0
6
44);
MODULE_PARM_DESC(enable_le, "Enable LE support");