X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fchar%2Fsynclink.c;h=37c8bea8e2b003a048e18b452ef1cc26f8b16fb6;hb=af20d436230b2df6d73a406b6f1b31ae000775cb;hp=48ce9f4902e926707f7a2bd91f24d131be4ec04a;hpb=6a77f38946aaee1cd85eeec6cf4229b204c15071;p=linux-2.6.git diff --git a/drivers/char/synclink.c b/drivers/char/synclink.c index 48ce9f490..37c8bea8e 100644 --- a/drivers/char/synclink.c +++ b/drivers/char/synclink.c @@ -4376,11 +4376,7 @@ static struct mgsl_struct* mgsl_allocate_device(void) INIT_WORK(&info->task, mgsl_bh_handler, info); info->max_frame_size = 4096; info->close_delay = 5*HZ/10; - #if HZ < 2185 info->closing_wait = 30*HZ; - #else - info->closing_wait = 65534; - #endif init_waitqueue_head(&info->open_wait); init_waitqueue_head(&info->close_wait); init_waitqueue_head(&info->status_event_wait_q);