linux-usb-gadgets / libusbgx

C library encapsulating the Linux kernel USB gadget configfs userspace API functionality
GNU General Public License v2.0
216 stars 72 forks source link

libusbgx: fix INSERT_TAILQ_STRING_ORDER #1

Closed vianpl closed 8 years ago

vianpl commented 8 years ago

If inserting a node in the middle of a list that's long enough (> 3) the macro will add the node in the right spot and then step on the rest of entries until the end.

Signed-off-by: Nicolas Saenz Julienne nicolassaenzj@gmail.com

kopasiak commented 8 years ago

Good catch. Applied. Thanks.