diff options
Diffstat (limited to 'drivers/isimodem/voicecall.c')
-rw-r--r-- | drivers/isimodem/voicecall.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isimodem/voicecall.c b/drivers/isimodem/voicecall.c index b1cee1c8..eefb2f40 100644 --- a/drivers/isimodem/voicecall.c +++ b/drivers/isimodem/voicecall.c @@ -127,8 +127,8 @@ static void isi_send_tones(struct ofono_voicecall *vc, const char *tones, { } -static int isi_voicecall_probe(struct ofono_voicecall *call, int vendor, - void *user) +static int isi_voicecall_probe(struct ofono_voicecall *call, + unsigned int vendor, void *user) { GIsiModem *idx = user; struct voicecall_data *data = g_try_new0(struct voicecall_data, 1); |