Re: [PATCH] gnss: sirf: fix activation retry handling

2018-12-13 Thread Johan Hovold
On Sun, Dec 09, 2018 at 08:58:02PM +0100, Andreas Kemnade wrote: > Hi, > > On Wed, 5 Dec 2018 11:21:49 +0100 > Johan Hovold wrote: > > > Fix activation helper which would return -ETIMEDOUT even if the last > > retry attempt was successful. > > > > Also change the semantics of the retries varia

Re: [PATCH] gnss: sirf: fix activation retry handling

2018-12-09 Thread Andreas Kemnade
Hi, On Wed, 5 Dec 2018 11:21:49 +0100 Johan Hovold wrote: > Fix activation helper which would return -ETIMEDOUT even if the last > retry attempt was successful. > > Also change the semantics of the retries variable so that it actually > holds the number of retries (rather than tries). > Sound

[PATCH] gnss: sirf: fix activation retry handling

2018-12-05 Thread Johan Hovold
Fix activation helper which would return -ETIMEDOUT even if the last retry attempt was successful. Also change the semantics of the retries variable so that it actually holds the number of retries (rather than tries). Fixes: d2efbbd18b1e ("gnss: add driver for sirfstar-based receivers") Cc: stabl