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=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 E20B7C4708E for ; Wed, 26 May 2021 19:03:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C8B7B613B5 for ; Wed, 26 May 2021 19:03:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234341AbhEZTFU (ORCPT ); Wed, 26 May 2021 15:05:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:41088 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235744AbhEZTE5 (ORCPT ); Wed, 26 May 2021 15:04:57 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 24D0C61449; Wed, 26 May 2021 19:03:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1622055805; bh=vEcUDQHsC5V8UMkLUsuvNUVGJNH9tblu9EptJhcGqwA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Hblh6eHMNjFF6UhSemAxIZX9SMyI1O8I6T7SXiw56XI/GbEuJ0XkMmOztH1gOft15 3dMSz5UbUP3Kp0qK0SgCkFrhM+ZFS2UY/jqA6OlvLrz1Z9QphISsnbUYyjg+FmnSI3 BV2/t5HtBW+8wqfvHmW44PN1P43aktm8BwBl0qeRknKVeGKisHWpdRjGMmWlWnGv9q rl5eX4EJJYHTeguM2tqdAvQJN06ojTrLmhsybAAqH7C1yLdm115hNrmllniQPFnv4a l/iiCIRl20OTjYQRRQbhl6c8kbOndh1GRm6HDkbBYVvFf6lOnmLJVkJPBmKcoRuUxn j/dZ0W4UbRJgg== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH][next] soundwire: qcom: Fix a u8 comparison with less than zero From: patchwork-bot+linux-arm-msm@kernel.org Message-Id: <162205580512.26840.2846036642044293311.git-patchwork-notify@kernel.org> Date: Wed, 26 May 2021 19:03:25 +0000 References: <20210331140944.1421940-1-colin.king@canonical.com> In-Reply-To: <20210331140944.1421940-1-colin.king@canonical.com> To: Colin King Cc: linux-arm-msm@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Hello: This patch was applied to qcom/linux.git (refs/heads/for-next): On Wed, 31 Mar 2021 15:09:44 +0100 you wrote: > From: Colin Ian King > > Variable devnum is being checked for a less than zero error return > however the comparison will always be false because devnum is an 8 bit > unsigned integer. Fix this by making devnum an int. Also there is no > need to iniitialize devnum with zero as this value is no read, so > remove the redundant assignment. > > [...] Here is the summary with links: - [next] soundwire: qcom: Fix a u8 comparison with less than zero https://git.kernel.org/qcom/c/b26b48749b18 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html