]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] tea5764: Fix module parameter permissions
authorJean Delvare <jdelvare@suse.de>
Fri, 8 Jul 2011 09:00:37 +0000 (06:00 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 13 Jul 2011 14:36:09 +0000 (11:36 -0300)
commit90175d4fe8272142d3a260b0234f265c9fde43c5
treeddb966d0a383acceff162db10a09e562fe7bb0aa
parent79ed4dba63e0c2ffb1dbc99d89ce1a5b9ad1922b
[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 <jdelvare@suse.de>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: Fabio Belavenuto <belavenuto@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/radio/radio-tea5764.c