From 1c914879892265fa8cbcf85bd81c262f7c19dfb5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 4 Jan 2009 16:54:42 +0100 Subject: Remove useless suffix of device driver names --- plugins/hso.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/hso.c') diff --git a/plugins/hso.c b/plugins/hso.c index bf7c2b3a..9489cf1a 100644 --- a/plugins/hso.c +++ b/plugins/hso.c @@ -211,7 +211,7 @@ static int hso_disable(struct connman_device *device) } static struct connman_device_driver hso_driver = { - .name = "hso-device", + .name = "hso", .type = CONNMAN_DEVICE_TYPE_HSO, .probe = hso_probe, .remove = hso_remove, -- cgit v1.2.3