From 30fa6e9081bf9b4e5931d89df17e64258e117888 Mon Sep 17 00:00:00 2001 From: zolliker Date: Tue, 28 Jun 2011 11:57:16 +0000 Subject: [PATCH] - retry instead of abort on counter overflow message (appeared on TASP) --- el737hpv2driv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/el737hpv2driv.c b/el737hpv2driv.c index 741536e..638c406 100644 --- a/el737hpv2driv.c +++ b/el737hpv2driv.c @@ -391,6 +391,7 @@ static int EL737FixIt(struct __COUNTER *self, int iCode) return COREDO; break; case TOMANYCOUNTS: + return COREDO; /* counter overflow? - try again M.Z. 22.6.2011 */ case SYSERROR: return COTERM; break;