From: Sebastian Ott Date: Fri, 5 Dec 2014 15:30:49 +0000 (+0100) Subject: s390/eadm: change timeout value X-Git-Tag: v3.19-rc1~117^2~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e2578b82c4dfb0d339e25abc57ef6d6c3a932ff6;p=karo-tx-linux.git s390/eadm: change timeout value Tests have shown that 5 seconds is sometimes not enough for an IRQ to arrive (especially when the device is doing garbage collection). Let's wait a little longer. Signed-off-by: Sebastian Ott Signed-off-by: Martin Schwidefsky --- diff --git a/drivers/s390/cio/eadm_sch.c b/drivers/s390/cio/eadm_sch.c index 37f0834300ea..bee8c11cd086 100644 --- a/drivers/s390/cio/eadm_sch.c +++ b/drivers/s390/cio/eadm_sch.c @@ -31,7 +31,7 @@ MODULE_DESCRIPTION("driver for s390 eadm subchannels"); MODULE_LICENSE("GPL"); -#define EADM_TIMEOUT (5 * HZ) +#define EADM_TIMEOUT (7 * HZ) static DEFINE_SPINLOCK(list_lock); static LIST_HEAD(eadm_list);