From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [patch] bluetooth: storing negative values as unsigned char From: Marcel Holtmann To: Dan Carpenter Cc: Bing Zhao , Rahul Tank , Amitkumar Karwar , linux-bluetooth@vger.kernel.org, kernel-janitors@vger.kernel.org In-Reply-To: <20100308121559.GG6469@bicker> References: <20100308121559.GG6469@bicker> Content-Type: text/plain; charset="UTF-8" Date: Mon, 08 Mar 2010 16:54:50 -0800 Message-ID: <1268096091.3712.30.camel@localhost.localdomain> Mime-Version: 1.0 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Dan, > This is mostly cleanup. There is only one caller and it just checks for > non-zero return values. Still "ret" should be int because we want to return > -EINVAL on errors. patch has been applied. Thanks. Regards Marcel