From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Carpenter Subject: Re: [PATCH] Bluetooth: hidp: Fix assumptions on the return value of hidp_send_message Date: Fri, 6 Sep 2019 14:11:17 +0300 Message-ID: <20190906111117.GB14147@kadam> References: <20190906101306.GA12017@kadam> <20190906110645.27601-1-streetwalkermc@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190906110645.27601-1-streetwalkermc@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Dan Elkouby Cc: Jiri Kosina , Benjamin Tissoires , Marcel Holtmann , Johan Hedberg , "David S. Miller" , Brian Norris , Fabian Henneke , Al Viro , Andrea Parri , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, linux-bluetooth@vger.kernel.org, netdev@vger.kernel.org List-Id: linux-input@vger.kernel.org On Fri, Sep 06, 2019 at 02:06:44PM +0300, Dan Elkouby wrote: > hidp_send_message was changed to return non-zero values on success, > which some other bits did not expect. This caused spurious errors to be > propagated through the stack, breaking some drivers, such as hid-sony > for the Dualshock 4 in Bluetooth mode. > > As pointed out by Dan Carpenter, hid-microsoft directly relied on that > assumption as well. > > Fixes: 48d9cc9d85dd ("Bluetooth: hidp: Let hidp_send_message return number of queued bytes") > > Signed-off-by: Dan Elkouby Thanks! Reviewed-by: Dan Carpenter regards, dan carpenter