Hi Gustavo, On Fri, Apr 06, 2012 at 07:44:39PM -0300, Gustavo Padovan wrote: > > +static void a2mp_send(struct amp_mgr *mgr, u8 code, u8 ident, u16 len, > > + void *data) > > +{ > > + struct a2mp_cmd *cmd; > > + > > + cmd = __a2mp_build(code, ident, len, data); > > + if (!cmd) > > + return; > > + > > + __a2mp_send(mgr, (u8 *)cmd, len + sizeof(*cmd)); > > Do you really need __a2mp_send(), are you going to use it somewhere else? If > not just inline its code here. Will do this way. Best regards Andrei Emeltchenko -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html