Diff between 8c0a8282c5a5d0ca06bdd7fedf2704c17098f4cd and 7406b82e05cfeac94e8de32c94a0f32aa7b57e3f

Changed Files

File Additions Deletions Status
profiles/input/hog.c +2 -2 modified

Full Patch

diff --git a/profiles/input/hog.c b/profiles/input/hog.c
index 1cb580e..00ec151 100644
--- a/profiles/input/hog.c
+++ b/profiles/input/hog.c
@@ -864,7 +864,7 @@ static void remove_device(gpointer a, gpointer b)
 	hog_device_unregister(hogdev);
 }
 
-static void hog_device_remove(struct btd_profile *p, struct btd_device *device)
+static void hog_remove(struct btd_profile *p, struct btd_device *device)
 {
 	const gchar *path = device_get_path(device);
 
@@ -877,7 +877,7 @@ static struct btd_profile hog_profile = {
 	.name		= "input-hog",
 	.remote_uuids	= BTD_UUIDS(HOG_UUID),
 	.device_probe	= hog_probe,
-	.device_remove	= hog_device_remove,
+	.device_remove	= hog_remove,
 };
 
 static int hog_init(void)