summaryrefslogtreecommitdiff
path: root/driver_tsip.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-09-09 22:10:57 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-09-09 22:10:57 +0000
commit48db3e2e6a7fb12f6133725600ed5dc7ae36fdc8 (patch)
tree960c444e3b85960484bcf8d5592d7d2a152bb115 /driver_tsip.c
parentf8568d0193cd3d5e730b986e79d49fcda7c2367a (diff)
downloadgpsd-48db3e2e6a7fb12f6133725600ed5dc7ae36fdc8.tar.gz
More splint cleanup. All regression tests pass.
Diffstat (limited to 'driver_tsip.c')
-rw-r--r--driver_tsip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_tsip.c b/driver_tsip.c
index ae4e0981..465e6508 100644
--- a/driver_tsip.c
+++ b/driver_tsip.c
@@ -881,7 +881,7 @@ static void tsip_mode(struct gps_device_t *session, int mode)
/* The speed switcher also puts us back in TSIP, so call it */
/* with the default 9600 8O1. */
// FIXME: Should preserve the current speed.
- tsip_speed_switch(session, 9600, 'O', 1);
+ (void)tsip_speed_switch(session, 9600, 'O', 1);
} else {
gpsd_report(LOG_ERROR, "unknown mode %i requested\n", mode);