From: Ben Gras Date: Tue, 18 Oct 2005 10:04:11 +0000 (+0000) Subject: Leave out exit() that was in there to test RS. X-Git-Tag: v3.1.2a~617 X-Git-Url: http://zhaoyanbai.com/repos/doxygen-warnings.log?a=commitdiff_plain;h=0830c99b565fbf2485eafa3a779f4e09c13b782a;p=minix.git Leave out exit() that was in there to test RS. --- diff --git a/drivers/log/log.c b/drivers/log/log.c index 2840767ec..591c9f66c 100644 --- a/drivers/log/log.c +++ b/drivers/log/log.c @@ -222,7 +222,6 @@ unsigned nr_req; /* length of request vector */ int accumulated_read = 0; struct logdevice *log; static int f; - if(f++ > 100) exit(0); if(log_device < 0 || log_device >= NR_DEVS) return EIO;