* [bug report] bt8xx/bttv-cards: module_param issue
@ 2016-01-07 14:56 Dan Carpenter
0 siblings, 0 replies; only message in thread
From: Dan Carpenter @ 2016-01-07 14:56 UTC (permalink / raw)
To: linux-media; +Cc: Daniel Glöckner
I was looking at typos in MODULE_PARM_DESC() and I noticed a problem in
drivers/media/pci/bt8xx/bttv-cards.c
MODULE_PARM_DESC(saa6588, "if 1, then load the saa6588 RDS module, default (0) is to use the card definition.");
The saa6588[] array is not set up as a module parameter so you can't
actually use this setting. I don't know if it's better to delete it or
enable it.
regards,
dan carpenter
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-01-07 14:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-07 14:56 [bug report] bt8xx/bttv-cards: module_param issue Dan Carpenter
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.