From: Jean Delvare Date: Fri, 8 Jul 2011 09:00:37 +0000 (-0300) Subject: [media] tea5764: Fix module parameter permissions X-Git-Tag: v3.1-rc1~116^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=731884ba61d414563a75a5795f140432d786420f;p=pandora-kernel.git [media] tea5764: 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/radio_tea5764/parameters/ total 0 I am changing it to "0" to align with the other module parameters in this driver. Signed-off-by: Jean Delvare Cc: Mauro Carvalho Chehab Cc: Fabio Belavenuto Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed