提交 460eac3f 编写于 作者: L Lad, Prabhakar 提交者: Mauro Carvalho Chehab

[media] media: i2c: ths7303: drop module param debug

this patch drops module param 'debug' as it was never used.
Signed-off-by: NLad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
上级 c3718de5
...@@ -52,10 +52,6 @@ MODULE_DESCRIPTION("TI THS7303 video amplifier driver"); ...@@ -52,10 +52,6 @@ MODULE_DESCRIPTION("TI THS7303 video amplifier driver");
MODULE_AUTHOR("Chaithrika U S"); MODULE_AUTHOR("Chaithrika U S");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
static int debug;
module_param(debug, int, 0644);
MODULE_PARM_DESC(debug, "Debug level 0-1");
static inline struct ths7303_state *to_state(struct v4l2_subdev *sd) static inline struct ths7303_state *to_state(struct v4l2_subdev *sd)
{ {
return container_of(sd, struct ths7303_state, sd); return container_of(sd, struct ths7303_state, sd);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册