Diff between 33045da61f646701ec8e43b93e2e96d27c52f38c and 1314a764ce3e5eabbfd03337bb6f4f750c32206b

Changed Files

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

Full Patch

diff --git a/profiles/input/hog.c b/profiles/input/hog.c
index fb51663..74351f3 100644
--- a/profiles/input/hog.c
+++ b/profiles/input/hog.c
@@ -221,7 +221,6 @@ static void discover_descriptor_cb(uint8_t status, GSList *descs,
 		switch (desc->uuid16) {
 		case GATT_CLIENT_CHARAC_CFG_UUID:
 			report = user_data;
-			attrib = report->hogdev->attrib;
 			write_ccc(desc->handle, report);
 			break;
 		case GATT_REPORT_REFERENCE: