From: Jean Delvare Date: Thu, 7 Jul 2011 23:01:28 +0000 (+0000) Subject: net/natsemi: Fix module parameter permissions X-Git-Tag: v3.0~41^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1f524e36cb691d20bfdaee423977f1decb81cf6;p=pandora-kernel.git net/natsemi: Fix module parameter permissions The third parameter of module_param is supposed to represent sysfs file permissions. A value of "1" leads to the following: $ ls -l /sys/module/natsemi/parameters/ total 0 ---------x 1 root root 4096 Jul 8 09:46 dspcfg_workaround I am changing it to "0" to align with the other module parameters in this driver. Signed-off-by: Jean Delvare Cc: Tim Hockin Cc: Mark Brown Signed-off-by: David S. Miller --- Reading git-diff-tree failed