Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp4026928ybl; Mon, 12 Aug 2019 10:08:47 -0700 (PDT) X-Google-Smtp-Source: APXvYqxoN0i0m3TusTxoC06N8UQocLXhoxxZRuKdI3CblTsRfT73oFgGD2Jx0e6am/fqFAkVz6+L X-Received: by 2002:a17:902:ac86:: with SMTP id h6mr27717420plr.79.1565629727064; Mon, 12 Aug 2019 10:08:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565629727; cv=none; d=google.com; s=arc-20160816; b=dbjjNtxb+u/ovGEX0J/84LQIA7tl7mUGUyCkDHyL9/ODPXFpXg8khTd0vsC9/w3M6V SbTlDG8uOpiIZTEdtM4p5OC8fjsEAMTKgJ4Z+CTL0sBTfxA1nlfT2XvORoQot7+PgFNx ZOhTjt64ufo9xVYzYtSEzt+iYUjGM979jModfFrGLAHqF3RVHHvSI6OYDkbEwuPpu8hH c5FYgt2vwqHyfNowPDN7aBPmlqPEP2kbsWv0OR4Ocn06a83Kl3WX+zJDoBKXxFnZk6KZ N/GzCmcPIWybOnO8E/jy6T5FiF7/WTXwr+aySAz7ZCLBAdSPdNfbcqmZ3Zm31ECeZiBd 8zuQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=Y6k1m0hiLUPALlCJh1bsBBqNXbcrBUgvBEyw6abtRx4=; b=0pf+bu/EZWHqyfkXslDBnj6D7q3selK408JIKd4LX2O1nPcCU5nOKNkxLIKrvSsFLW ZWPia/dAvJlJVY38Y7GhMjiqMoQHXK4r0TOzcYLI47v2EP5NLaVCBjZkOYUoQt52xWu4 OIQu1+Okum/uxJRNx+noS2uw58yXG9YZ2VhE3edJo5XF+Zr2/R6NW116tmlL8Ac9LT3S 7n8A828Y97CkMdT0l9K/FudAn5ZD0DKLGEJ46UoXVvDIkKHIdjj1c3FJAXmLB6wUDQST HGH7pbKpU4YLHCHcWNSzSpLoDZsBu4Y/Koc7+dDy3DWR5OonWj6rhzquI6fIkcbYJ28p KXJA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b25si69555996pgl.270.2019.08.12.10.08.31; Mon, 12 Aug 2019 10:08:47 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726457AbfHLRIZ convert rfc822-to-8bit (ORCPT + 99 others); Mon, 12 Aug 2019 13:08:25 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:44820 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726267AbfHLRIZ (ORCPT ); Mon, 12 Aug 2019 13:08:25 -0400 Received: from marcel-macbook.fritz.box (p4FEFC580.dip0.t-ipconnect.de [79.239.197.128]) by mail.holtmann.org (Postfix) with ESMTPSA id 2683CCECF4; Mon, 12 Aug 2019 19:17:05 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: [PATCH v2] Bluetooth: btqca: Reset download type to default From: Marcel Holtmann In-Reply-To: <20190808085608.18010-1-bgodavar@codeaurora.org> Date: Mon, 12 Aug 2019 19:08:23 +0200 Cc: Johan Hedberg , mka@chromium.org, linux-bluetooth@vger.kernel.org, hemantg@codeaurora.org, linux-arm-msm@vger.kernel.org, rjliao@codeaurora.org, c_hbandi@codeaurora.org, tientzu@chromium.org Content-Transfer-Encoding: 8BIT Message-Id: References: <20190808085608.18010-1-bgodavar@codeaurora.org> To: Balakrishna Godavarthi X-Mailer: Apple Mail (2.3445.104.11) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Balakrishna, > This patch will reset the download flag to default value > before retrieving the download mode type. > > Fixes: 32646db8cc28 ("Bluetooth: btqca: inject command complete event during fw download") > Signed-off-by: Balakrishna Godavarthi > --- > v2: > * add fix tag. > > --- > drivers/bluetooth/btqca.c | 1 + > 1 file changed, 1 insertion(+) patch has been applied to bluetooth-stable tree. Regards Marcel