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

Commit 7e4964fa authored by Ezequiel García's avatar Ezequiel García Committed by Mauro Carvalho Chehab
Browse files

[media] em28xx: Unused macro cleanup

parent 91acd962
Loading
Loading
Loading
Loading
+0 −8
Original line number Original line Diff line number Diff line
@@ -41,14 +41,6 @@ static unsigned int i2c_debug;
module_param(i2c_debug, int, 0644);
module_param(i2c_debug, int, 0644);
MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]");
MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]");



#define dprintk1(lvl, fmt, args...)			\
do {							\
	if (i2c_debug >= lvl) {				\
	printk(fmt, ##args);				\
      }							\
} while (0)

#define dprintk2(lvl, fmt, args...)			\
#define dprintk2(lvl, fmt, args...)			\
do {							\
do {							\
	if (i2c_debug >= lvl) {				\
	if (i2c_debug >= lvl) {				\