RE: [PATCH 08/23] libusbg: Fix wrong binding parsing.

2014-03-10 Thread Krzysztof Opasiak
law Wadas; > ty317@samsung.org; Marek Szyprowski; Robert Baldyga > Subject: Re: [PATCH 08/23] libusbg: Fix wrong binding parsing. > > Hello. > > On 03/05/2014 05:14 PM, Krzysztof Opasiak wrote: > > > usbg_parse_bindings() function has done parsing incorrectly > > a

Re: [PATCH 08/23] libusbg: Fix wrong binding parsing.

2014-03-05 Thread Sergei Shtylyov
Hello. On 03/05/2014 05:14 PM, Krzysztof Opasiak wrote: usbg_parse_bindings() function has done parsing incorrectly and in inefficent way. Changes made in this function provide better performance and fix wrong linking issue when having two instances of the same function. Signed-off-by: Krzys

[PATCH 08/23] libusbg: Fix wrong binding parsing.

2014-03-05 Thread Krzysztof Opasiak
usbg_parse_bindings() function has done parsing incorrectly and in inefficent way. Changes made in this function provide better performance and fix wrong linking issue when having two instances of the same function. Signed-off-by: Krzysztof Opasiak --- src/usbg.c | 34 -