Hi Andrei, * Andrei Emeltchenko <Andrei.Emeltchenko.news@xxxxxxxxx> [2012-05-24 14:38:21 +0300]: > From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> > > Placeholder for A2MP Change Notify handler. > > Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> > --- > net/bluetooth/a2mp.c | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) > > diff --git a/net/bluetooth/a2mp.c b/net/bluetooth/a2mp.c > index ac095ac..d60be75 100644 > --- a/net/bluetooth/a2mp.c > +++ b/net/bluetooth/a2mp.c > @@ -161,6 +161,22 @@ static int a2mp_discover_req(struct amp_mgr *mgr, struct sk_buff *skb, > return 0; > } > > +static int a2mp_change_notify(struct amp_mgr *mgr, struct sk_buff *skb, > + struct a2mp_cmd *hdr) > +{ > + struct a2mp_cl *cl = (struct a2mp_cl *) skb->data; Use void *. Same for the next patches in this series. Gustavo -- 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