diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-26 18:45:03 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 21:40:03 +0100 |
commit | 61b1e58f0e1b9dd0e6ab7199f19b93948af4baa1 (patch) | |
tree | eda9964f1edc0504df0490361fd5a14644802b47 | |
parent | V4L/DVB (13043): Add support for Pixelview SBTVD IR (diff) | |
download | linux-61b1e58f0e1b9dd0e6ab7199f19b93948af4baa1.tar.xz linux-61b1e58f0e1b9dd0e6ab7199f19b93948af4baa1.zip |
V4L/DVB (13044): dib0700: Be less verbose when an IR key is pressed
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/dvb/dvb-usb/dib0700_devices.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/dib0700_devices.c b/drivers/media/dvb/dvb-usb/dib0700_devices.c index 599e03bbb43f..bf8e83187cba 100644 --- a/drivers/media/dvb/dvb-usb/dib0700_devices.c +++ b/drivers/media/dvb/dvb-usb/dib0700_devices.c @@ -588,7 +588,6 @@ static int dib0700_rc_query_v1_20(struct dvb_usb_device *d, u32 *event, 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) { case 0: |