* [Kernel-janitors] [PATCH] dvb/grundig_29504-401: replace
@ 2004-07-26 17:46 Nishanth Aravamudan
2004-07-26 17:47 ` [Kernel-janitors] [PATCH] dvb/grundig_29504-491: replace Nishanth Aravamudan
0 siblings, 1 reply; 2+ messages in thread
From: Nishanth Aravamudan @ 2004-07-26 17:46 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 821 bytes --]
I would appreciate any comments from the janitors list.
Thanks,
Nish
Applys-to: 2.6.7
Description: Replace dvb_delay() with msleep() to guarantee the
task delays the desired time.
Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
--- linux-vanilla/drivers/media/dvb/frontends/grundig_29504-401.c 2004-06-16 05:18:58.000000000 +0000
+++ linux-dev/drivers/media/dvb/frontends/grundig_29504-401.c 2004-07-21 17:11:24.000000000 +0000
@@ -27,6 +27,7 @@
#include <linux/module.h>
#include <linux/string.h>
#include <linux/slab.h>
+#include <linux/delay.h>
#include "dvb_frontend.h"
#include "dvb_functions.h"
@@ -546,7 +547,7 @@ int grundig_29504_401_ioctl (struct dvb_
res = init (i2c);
if ((res == 0) && (state->first)) {
state->first = 0;
- dvb_delay(200);
+ msleep(200);
}
return res;
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Kernel-janitors] [PATCH] dvb/grundig_29504-491: replace
2004-07-26 17:46 [Kernel-janitors] [PATCH] dvb/grundig_29504-401: replace Nishanth Aravamudan
@ 2004-07-26 17:47 ` Nishanth Aravamudan
0 siblings, 0 replies; 2+ messages in thread
From: Nishanth Aravamudan @ 2004-07-26 17:47 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 819 bytes --]
I would appreciate any comments from the janitors list.
Thanks,
Nish
Applys-to: 2.6.7
Description: Replace dvb_delay() with msleep() to guarantee the
task delays the desired time.
Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
--- linux-vanilla/drivers/media/dvb/frontends/grundig_29504-491.c 2004-06-16 05:19:52.000000000 +0000
+++ linux-dev/drivers/media/dvb/frontends/grundig_29504-491.c 2004-07-21 17:11:09.000000000 +0000
@@ -29,6 +29,7 @@
#include <linux/module.h>
#include <linux/string.h>
#include <linux/slab.h>
+#include <linux/delay.h>
#include "dvb_frontend.h"
#include "dvb_functions.h"
@@ -231,7 +232,7 @@ static void tda8083_wait_diseqc_fifo (st
while (jiffies - start < timeout &&
!(tda8083_readreg(i2c, 0x02) & 0x80))
{
- dvb_delay(50);
+ msleep(50);
};
}
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-07-26 17:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-26 17:46 [Kernel-janitors] [PATCH] dvb/grundig_29504-401: replace Nishanth Aravamudan
2004-07-26 17:47 ` [Kernel-janitors] [PATCH] dvb/grundig_29504-491: replace Nishanth Aravamudan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.