Blame SOURCES/0021-fpi-ssm-Remove-any-reference-to-fpi_timeout_add.patch

73b847
From 0a08a248966b3ecc9c30c0654ed1326f64a8b0cc Mon Sep 17 00:00:00 2001
73b847
From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= <mail@3v1n0.net>
73b847
Date: Fri, 22 Nov 2019 16:27:18 +0100
73b847
Subject: [PATCH 021/181] fpi-ssm: Remove any reference to fpi_timeout_add()
73b847
73b847
This doesn't exist anymore, while fpi_device_add_timeout does exists.
73b847
---
73b847
 libfprint/fpi-ssm.c | 6 +++---
73b847
 1 file changed, 3 insertions(+), 3 deletions(-)
73b847
73b847
diff --git a/libfprint/fpi-ssm.c b/libfprint/fpi-ssm.c
73b847
index f00af81..1569be8 100644
73b847
--- a/libfprint/fpi-ssm.c
73b847
+++ b/libfprint/fpi-ssm.c
73b847
@@ -367,11 +367,11 @@ fpi_ssm_dup_error (FpiSsm *machine)
73b847
  * @data: a pointer to an #FpiSsm state machine
73b847
  *
73b847
  * Same as fpi_ssm_next_state(), but to be used as a callback
73b847
- * for an fpi_timeout_add() callback, when the state change needs
73b847
- * to happen after a timeout.
73b847
+ * for an fpi_device_add_timeout() callback, when the state
73b847
+ * change needs to happen after a timeout.
73b847
  *
73b847
  * Make sure to pass the #FpiSsm as the `ssm_data` argument
73b847
- * for that fpi_timeout_add() call.
73b847
+ * for that fpi_device_add_timeout() call.
73b847
  */
73b847
 void
73b847
 fpi_ssm_next_state_timeout_cb (FpDevice *dev,
73b847
-- 
73b847
2.24.1
73b847