input: Use bt_uuid_strcmp where is makes sense

This commit is contained in:
Johan Hedberg 2012-09-04 04:05:47 +03:00
parent 49d22d018e
commit 67a00c878c

View File

@ -84,8 +84,7 @@ static int headset_probe(struct btd_device *device, GSList *uuids)
DBG("path %s", path);
if (!g_slist_find_custom(uuids, HSP_HS_UUID,
(GCompareFunc) strcasecmp))
if (!g_slist_find_custom(uuids, HSP_HS_UUID, bt_uuid_strcmp))
return -EINVAL;
record = btd_device_get_record(device, uuids->data);