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=-16.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,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 ACB86C433DB for ; Mon, 1 Mar 2021 20:46:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7F3E060234 for ; Mon, 1 Mar 2021 20:46:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243601AbhCAUqd (ORCPT ); Mon, 1 Mar 2021 15:46:33 -0500 Received: from mail.kernel.org ([198.145.29.99]:53300 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240755AbhCAUnb (ORCPT ); Mon, 1 Mar 2021 15:43:31 -0500 Received: by mail.kernel.org (Postfix) with ESMTPS id D1CB164E83; Mon, 1 Mar 2021 19:59:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1614628782; bh=4LFM1yJJXPwfI0Ddu+Zn1k6GypDJZr1TJY00usWuJbs=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=p/+y1ayjwkLxb1vEpkl+y80ocWypjw4+yC4fnRWkAyCBbtDxLJvNcJBUI2CTS4574 JSWEI6p7X+OwXjJ48VjxLcdfRLKfCKzmMWdBc2YQ+JtS9EwNrMPm6D85tQJakMgg/y IDgrsp13AqeYhXjuQiLUm0nEv4t8wk+jjFxbUYCetKi4edJdMkKYI9JLFGTAD+V9hl 9g7/MnvArrzF96ahu3P3PH2BGAmuils2WseQem1Pk5zNqYglLR2X5L8MrjYTdY/1rX HqYgBLXXCvAZgEDSraR41X+xXrf819QTuw+MYMfPKKUcwDUlIRQl+tXOe1Un1HJucR mDivHGqafQ7sQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH][next] media: venus: Fix uninitialized variable count being checked for zero From: patchwork-bot+linux-arm-msm@kernel.org Message-Id: <161462878284.6187.14471953047875698876.git-patchwork-notify@kernel.org> Date: Mon, 01 Mar 2021 19:59:42 +0000 References: <20210115101126.9668-1-colin.king@canonical.com> In-Reply-To: <20210115101126.9668-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 Fri, 15 Jan 2021 10:11:26 +0000 you wrote: > From: Colin Ian King > > In the case where plat->codecs is NULL the variable count is uninitialized > but is being checked to see if it is 0. Fix this by initializing > count to 0. > > Addresses-Coverity: ("Uninitialized scalar variable") > Fixes: e29929266be1 ("media: venus: Get codecs and capabilities from hfi platform") > Signed-off-by: Colin Ian King > > [...] Here is the summary with links: - [next] media: venus: Fix uninitialized variable count being checked for zero https://git.kernel.org/qcom/c/c5b14df7a80a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html