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;