diff options
author | Kenneth Aafloy <devnull@localhost> | 2004-11-16 14:13:55 +0000 |
---|---|---|
committer | Kenneth Aafloy <devnull@localhost> | 2004-11-16 14:13:55 +0000 |
commit | 5c7692558a1136078b55837599894e816f2786e3 (patch) | |
tree | 2a3f9851a0e321d2a01f7497df6eca428080a10e /linux/drivers/media/dvb/frontends/tda10021.c | |
parent | 886f158ab03849eeacb0d7fdd552773209682741 (diff) | |
download | mediapointer-dvb-s2-5c7692558a1136078b55837599894e816f2786e3.tar.gz mediapointer-dvb-s2-5c7692558a1136078b55837599894e816f2786e3.tar.bz2 |
- MODULE_PARM -> module_param
Diffstat (limited to 'linux/drivers/media/dvb/frontends/tda10021.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/tda10021.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda10021.c b/linux/drivers/media/dvb/frontends/tda10021.c index 324bb2c0d..c539e81e5 100644 --- a/linux/drivers/media/dvb/frontends/tda10021.c +++ b/linux/drivers/media/dvb/frontends/tda10021.c @@ -473,7 +473,7 @@ static struct dvb_frontend_ops tda10021_ops = { .read_ucblocks = tda10021_read_ucblocks, }; -MODULE_PARM(verbose, "i"); +module_param(verbose, int, 0644); MODULE_PARM_DESC(verbose, "print AFC offset after tuning for debugging the PWM setting"); MODULE_DESCRIPTION("Philips TDA10021 DVB-C demodulator driver"); |