summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem/devinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/atmodem/devinfo.c')
-rw-r--r--drivers/atmodem/devinfo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/atmodem/devinfo.c b/drivers/atmodem/devinfo.c
index 8e3123af..66a62353 100644
--- a/drivers/atmodem/devinfo.c
+++ b/drivers/atmodem/devinfo.c
@@ -189,7 +189,8 @@ static gboolean at_devinfo_register(gpointer user_data)
return FALSE;
}
-static int at_devinfo_probe(struct ofono_devinfo *info, int vendor, void *data)
+static int at_devinfo_probe(struct ofono_devinfo *info, unsigned int vendor,
+ void *data)
{
GAtChat *chat = data;