From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 7 Mar 2014 20:12:19 +0200 From: Johan Hedberg To: Gustavo Padovan Cc: linux-bluetooth@vger.kernel.org, Gustavo Padovan Subject: Re: [PATCH] Bluetooth: Fix skb allocation check for A2MP Message-ID: <20140307181219.GA24347@localhost.P-661HNU-F1> References: <1356146573-9639-1-git-send-email-gustavo@padovan.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1356146573-9639-1-git-send-email-gustavo@padovan.org> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Gustavo, On Sat, Dec 22, 2012, Gustavo Padovan wrote: > vtable's method alloc_skb() needs to return a ERR_PTR in case of err and > not a NULL. > > Signed-off-by: Gustavo Padovan > --- > net/bluetooth/a2mp.c | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) Applied to bluetooth-next. Thanks. Johan