lib: Replace empty fp_dbg() calls

GLib won't like them, so use G_DEBUG_HERE() instead.
This commit is contained in:
Bastien Nocera
2018-05-23 18:26:22 +02:00
parent c376c6fb02
commit 363a1b3371
16 changed files with 72 additions and 72 deletions
+2 -2
View File
@@ -437,7 +437,7 @@ static void start_capture(struct fp_img_dev *dev)
}
ssm = fpi_ssm_new(dev->dev, capture_run_state, CAPTURE_NUM_STATES);
fp_dbg("");
G_DEBUG_HERE();
ssm->priv = dev;
fpi_ssm_start(ssm, capture_sm_complete);
}
@@ -623,7 +623,7 @@ void aesX660_dev_deactivate(struct fp_img_dev *dev)
static void complete_deactivation(struct fp_img_dev *dev)
{
struct aesX660_dev *aesdev = dev->priv;
fp_dbg("");
G_DEBUG_HERE();
aesdev->deactivating = FALSE;
g_slist_free(aesdev->strips);