Re: [PATCH] use new msleep() in ADT746x driver

From: Jeff Garzik
Date: Sat May 29 2004 - 14:56:18 EST


Linux Kernel Mailing List wrote:
diff -Nru a/drivers/macintosh/therm_adt746x.c b/drivers/macintosh/therm_adt746x.c
--- a/drivers/macintosh/therm_adt746x.c 2004-05-29 12:08:19 -07:00
+++ b/drivers/macintosh/therm_adt746x.c 2004-05-29 12:08:19 -07:00
@@ -246,8 +246,7 @@
while(monitor_running)
{
- set_task_state(current, TASK_UNINTERRUPTIBLE);
- schedule_timeout(2*HZ);
+ msleep(2000);


IMO this is moving the code away from what the coder appeared to intend.

A "sleep(2)" would be preferred, and more clear.

Jeff


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/