Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 460eac3f authored by Lad, Prabhakar's avatar Lad, Prabhakar Committed by Mauro Carvalho Chehab
Browse files

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



this patch drops module param 'debug' as it was never used.

Signed-off-by: default avatarLad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent c3718de5
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -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);