[media] mb86a20s: remove unused debug modprobe parameter
The debug parameter is not used anymore, as this module was converted already to use dev_dbg(). Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
@@ -22,10 +22,6 @@
|
|||||||
|
|
||||||
#define NUM_LAYERS 3
|
#define NUM_LAYERS 3
|
||||||
|
|
||||||
static int debug = 1;
|
|
||||||
module_param(debug, int, 0644);
|
|
||||||
MODULE_PARM_DESC(debug, "Activates frontend debugging (default:0)");
|
|
||||||
|
|
||||||
enum mb86a20s_bandwidth {
|
enum mb86a20s_bandwidth {
|
||||||
MB86A20S_13SEG = 0,
|
MB86A20S_13SEG = 0,
|
||||||
MB86A20S_13SEG_PARTIAL = 1,
|
MB86A20S_13SEG_PARTIAL = 1,
|
||||||
|
Reference in New Issue
Block a user