Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rtl8712: use octal permissions

Using octal permissions instead of symbolic ones is preferred.

Signed-off-by: Aleksey Kurbatov <alkbt@yandex.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Aleksey Kurbatov and committed by
Greg Kroah-Hartman
ef6cf365 55031da4

+1 -1
+1 -1
drivers/staging/rtl8712/os_intfs.c
··· 93 93 */ 94 94 static int wifi_test; 95 95 96 - module_param_string(ifname, ifname, sizeof(ifname), S_IRUGO | S_IWUSR); 96 + module_param_string(ifname, ifname, sizeof(ifname), 0644); 97 97 module_param(wifi_test, int, 0644); 98 98 module_param(initmac, charp, 0644); 99 99 module_param(video_mode, int, 0644);