Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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

Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

authored by

Lad, Prabhakar and committed by
Mauro Carvalho Chehab
460eac3f c3718de5

-4
-4
drivers/media/i2c/ths7303.c
··· 52 52 MODULE_AUTHOR("Chaithrika U S"); 53 53 MODULE_LICENSE("GPL"); 54 54 55 - static int debug; 56 - module_param(debug, int, 0644); 57 - MODULE_PARM_DESC(debug, "Debug level 0-1"); 58 - 59 55 static inline struct ths7303_state *to_state(struct v4l2_subdev *sd) 60 56 { 61 57 return container_of(sd, struct ths7303_state, sd);