From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8D5EAC48BE5 for ; Wed, 16 Jun 2021 16:06:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6E16361164 for ; Wed, 16 Jun 2021 16:06:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234018AbhFPQI6 (ORCPT ); Wed, 16 Jun 2021 12:08:58 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:59058 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229642AbhFPQI6 (ORCPT ); Wed, 16 Jun 2021 12:08:58 -0400 Received: from smtpclient.apple (p4fefc9d6.dip0.t-ipconnect.de [79.239.201.214]) by mail.holtmann.org (Postfix) with ESMTPSA id B0BC4CED0B; Wed, 16 Jun 2021 18:14:50 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.100.0.2.22\)) Subject: Re: [PATCH] Bluetooth: btmrvl: remove redundant continue statement From: Marcel Holtmann In-Reply-To: <20210616130757.10084-1-colin.king@canonical.com> Date: Wed, 16 Jun 2021 18:06:48 +0200 Cc: Johan Hedberg , Luiz Augusto von Dentz , Bluez mailing list , kernel-janitors@vger.kernel.org, open list Content-Transfer-Encoding: 7bit Message-Id: <0D69851D-A632-4AED-8DB2-86EC0EC4D621@holtmann.org> References: <20210616130757.10084-1-colin.king@canonical.com> To: Colin King X-Mailer: Apple Mail (2.3654.100.0.2.22) Precedence: bulk List-ID: X-Mailing-List: kernel-janitors@vger.kernel.org Hi Colin, > The continue statement in the for-loop has no effect, > remove it. > > Addresses-Coverity: ("Continue has no effect") > Signed-off-by: Colin Ian King > --- > drivers/bluetooth/btmrvl_sdio.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel