Return-Path: Date: Wed, 20 Feb 2013 20:16:03 +0200 From: Johan Hedberg To: Timo Mueller Cc: linux-bluetooth@vger.kernel.org, Timo Mueller Subject: Re: [PATCH] tools: btmgmt: Fix return value to return request id Message-ID: <20130220181603.GA25110@x220.P-661HNU-F1> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Timo, On Wed, Feb 20, 2013, Timo Mueller wrote: > Commit 947a7477d2a2ab6a61e5a7de44fd5b7cd2ab8d9c introduced the method > send_cmd which returned the index of the adapter instead of the > request id. As a result no mgmt command could be sent to hci0, as 0 > marks an invalid request id. > --- > tools/btmgmt.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Good catch. The patch has been applied. Thanks. Johan