Commit ef6cf365 authored by Aleksey Kurbatov's avatar Aleksey Kurbatov Committed by Greg Kroah-Hartman

staging: rtl8712: use octal permissions

Using octal permissions instead of symbolic ones is preferred.
Signed-off-by: default avatarAleksey Kurbatov <alkbt@yandex.ru>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 55031da4
......@@ -93,7 +93,7 @@ static char *initmac;
*/
static int wifi_test;
module_param_string(ifname, ifname, sizeof(ifname), S_IRUGO | S_IWUSR);
module_param_string(ifname, ifname, sizeof(ifname), 0644);
module_param(wifi_test, int, 0644);
module_param(initmac, charp, 0644);
module_param(video_mode, int, 0644);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment