greybus: svc: double the ping delay timeout
authorGreg Kroah-Hartman <gregkh@google.com>
Tue, 26 Jan 2016 16:57:50 +0000 (08:57 -0800)
committerGreg Kroah-Hartman <gregkh@google.com>
Tue, 26 Jan 2016 17:52:20 +0000 (09:52 -0800)
commit839ac5b989fbfcc260d23ea4be9e3c8840e1c4e1
treec78797a3bc30e1b521fc4838d8c970f48b7fd02b
parentd8b16338df9bcef1fa0a047bd3e8d2e922dc5bb8
greybus: svc: double the ping delay timeout

Sometimes the ping response comes back _right_ after we timed out, as
the svc got its act together and squeaked out the ack, yet we miss it
and reset the whole bus.  Double the delay to hopefully give the svc a
little more of a chance to fix itself.  Odds are, it's still in trouble,
but we can just hold off resetting it for a bit more...

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/svc.c