From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 12 Apr 2012 14:51:40 +0300 From: Johan Hedberg To: Marcel Holtmann Cc: Gustavo Padovan , linux-bluetooth@vger.kernel.org Subject: Re: [PATCH 1/2] Bluetooth: Remove err parameter from alloc_skb() Message-ID: <20120412115140.GB20659@x220.ger.corp.intel.com> References: <1333754148-18796-1-git-send-email-gustavo@padovan.org> <1333799079.16897.24.camel@aeonflux> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1333799079.16897.24.camel@aeonflux> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi, On Sat, Apr 07, 2012, Marcel Holtmann wrote: > Hi Gustavo, > > > Use ERR_PTR maginc instead. > > > > Signed-off-by: Gustavo Padovan > > --- > > include/net/bluetooth/l2cap.h | 2 +- > > net/bluetooth/l2cap_core.c | 30 +++++++++++++----------------- > > net/bluetooth/l2cap_sock.c | 12 ++++++++---- > > 3 files changed, 22 insertions(+), 22 deletions(-) > > Acked-by: Marcel Holtmann Applied to bluetooth-next. Johan