mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 01:26:42 +07:00
Bluetooth: Fix permission of enable_le param
With 0444 it is impossible to change the param, changing it to 0644. Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
This commit is contained in:
parent
8d6765aa39
commit
669bb3962b
@ -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, 0444);
|
||||
module_param(enable_le, bool, 0644);
|
||||
MODULE_PARM_DESC(enable_le, "Enable LE support");
|
||||
|
Loading…
Reference in New Issue
Block a user