summaryrefslogtreecommitdiff
path: root/driver_sirf.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-09-09 19:55:04 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-09-09 19:55:04 +0000
commitf8568d0193cd3d5e730b986e79d49fcda7c2367a (patch)
tree9b6d50dbeb5eb4b04cc2e7a27b6a04e8388728d1 /driver_sirf.c
parent5dcc7402bc00a21c7432316af66bca429fc855df (diff)
downloadgpsd-f8568d0193cd3d5e730b986e79d49fcda7c2367a.tar.gz
Partial splint cleanup. All regression tests pass.
Diffstat (limited to 'driver_sirf.c')
-rw-r--r--driver_sirf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver_sirf.c b/driver_sirf.c
index d73e8113..b9322c80 100644
--- a/driver_sirf.c
+++ b/driver_sirf.c
@@ -865,6 +865,7 @@ gps_mask_t sirf_parse(struct gps_device_t *session, unsigned char *buf, size_t l
case 0x29: /* Geodetic Navigation Information */
gpsd_report(LOG_PROG, "GND 0x29: %s\n",
gpsd_hexdump_wrapper(buf, len, LOG_PROG));
+ return 0;
case 0x32: /* SBAS corrections */
return 0;