Re: [RFC PATCH 3/5] voicecall: implement SSN handling functions

2011-03-14 Thread Andras Domokos
Hi Denis, On 03/11/2011 09:54 PM, ext Denis Kenzior wrote: Hi Andras, +static struct voicecall *voicecall_select(struct ofono_voicecall *vc, + unsigned int id, int code) +{ + struct voicecall *v = NULL; + GSList *l; + + if (id !=

Re: [RFC PATCH 3/5] voicecall: implement SSN handling functions

2011-03-11 Thread Denis Kenzior
Hi Andras, +static struct voicecall *voicecall_select(struct ofono_voicecall *vc, + unsigned int id, int code) +{ + struct voicecall *v = NULL; + GSList *l; + + if (id != 0) { + l = g_slist_find_custom(vc-call_list,