aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
diff options
context:
space:
mode:
authorOliver Endriss <o.endriss@gmx.de>2010-05-19 03:17:18 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-06-01 00:20:19 -0400
commit51ff9ef13366b3752a8ab6229c466fd1bd671d3a (patch)
tree8afd7bc7e27bf185d69bbe0d5e82f927187981f9 /drivers/media/dvb
parent478b3a42bdcd8d1cb57c91cabdc8b6164c639e42 (diff)
V4L/DVB: ngene: Remove debug message
Remove debug message. Signed-off-by: Oliver Endriss <o.endriss@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r--drivers/media/dvb/ngene/ngene-core.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/media/dvb/ngene/ngene-core.c b/drivers/media/dvb/ngene/ngene-core.c
index dcf1f45ff07c..4caeb163a666 100644
--- a/drivers/media/dvb/ngene/ngene-core.c
+++ b/drivers/media/dvb/ngene/ngene-core.c
@@ -570,11 +570,7 @@ static int ngene_command_stream_control(struct ngene *dev, u8 stream,
570 u16 BsSPI = ((stream & 1) ? 0x9800 : 0x9700); 570 u16 BsSPI = ((stream & 1) ? 0x9800 : 0x9700);
571 u16 BsSDO = 0x9B00; 571 u16 BsSDO = 0x9B00;
572 572
573 /* down(&dev->stream_mutex); */ 573 down(&dev->stream_mutex);
574 while (down_trylock(&dev->stream_mutex)) {
575 printk(KERN_INFO DEVICE_NAME ": SC locked\n");
576 msleep(1);
577 }
578 memset(&com, 0, sizeof(com)); 574 memset(&com, 0, sizeof(com));
579 com.cmd.hdr.Opcode = CMD_CONTROL; 575 com.cmd.hdr.Opcode = CMD_CONTROL;
580 com.cmd.hdr.Length = sizeof(struct FW_STREAM_CONTROL) - 2; 576 com.cmd.hdr.Length = sizeof(struct FW_STREAM_CONTROL) - 2;