mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [patch 15/20]  dvb/av7110: replace schedule_timeout()  with msleep()
@ 2004-09-23 21:08 janitor
  0 siblings, 0 replies; only message in thread
From: janitor @ 2004-09-23 21:08 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, linux-dvb-maintainer, janitor, nacc







I would appreciate any comments from the janitor@sternweltens list.

Thanks,
Nish



Description: Replace dvb_delay() with msleep() to guarantee the
task delays the desired time.

Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
Signed-off-by: Maximilian Attems <janitor@sternwelten.at>

---

 linux-2.6.9-rc2-bk7-max/drivers/media/dvb/ttpci/av7110.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff -puN drivers/media/dvb/ttpci/av7110.c~msleep-drivers_media_dvb_ttpci_av7110 drivers/media/dvb/ttpci/av7110.c
--- linux-2.6.9-rc2-bk7/drivers/media/dvb/ttpci/av7110.c~msleep-drivers_media_dvb_ttpci_av7110	2004-09-21 20:50:23.000000000 +0200
+++ linux-2.6.9-rc2-bk7-max/drivers/media/dvb/ttpci/av7110.c	2004-09-21 20:50:23.000000000 +0200
@@ -89,7 +89,7 @@ static void recover_arm(struct av7110 *a
 	DEB_EE(("av7110: %p\n",av7110));
 
 	av7110_bootarm(av7110);
-        dvb_delay(100); 
+        msleep(100);
         restart_feeds(av7110);
 	av7110_fw_cmd(av7110, COMTYPE_PIDFILTER, SetIR, 1, av7110->ir_config);
 }
@@ -1510,7 +1510,7 @@ err3:
 	av7110->arm_rmmod = 1;
 	wake_up_interruptible(&av7110->arm_wait);
 	while (av7110->arm_thread)
-		dvb_delay(1);
+		msleep(1);
 err2:
 	av7110_ca_exit(av7110);
 	av7110_av_exit(av7110);
@@ -1546,7 +1546,7 @@ static int av7110_detach (struct saa7146
 	wake_up_interruptible(&av7110->arm_wait);
 
 	while (av7110->arm_thread)
-		dvb_delay(1);
+		msleep(1);
 
 	dvb_unregister(av7110);
 	
_

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-09-23 21:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-23 21:08 [patch 15/20] dvb/av7110: replace schedule_timeout() with msleep() janitor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®