Commit 61b1e58f authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (13044): dib0700: Be less verbose when an IR key is pressed

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 4c5128b3
...@@ -588,7 +588,6 @@ static int dib0700_rc_query_v1_20(struct dvb_usb_device *d, u32 *event, ...@@ -588,7 +588,6 @@ static int dib0700_rc_query_v1_20(struct dvb_usb_device *d, u32 *event,
return 0; return 0;
} }
printk("IR raw %2X %2X %2X %2X %2X %2X (len %d)\n", buf[0], buf[1], buf[2], buf[3], buf[4], buf[5], actlen);
switch (dvb_usb_dib0700_ir_proto) { switch (dvb_usb_dib0700_ir_proto) {
case 0: case 0:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment