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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BF0DEC433F5 for ; Wed, 11 May 2022 05:31:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239883AbiEKFbH (ORCPT ); Wed, 11 May 2022 01:31:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38330 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240836AbiEKF34 (ORCPT ); Wed, 11 May 2022 01:29:56 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3E6D6245633; Tue, 10 May 2022 22:29:22 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id DA69BB81F91; Wed, 11 May 2022 05:29:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3E8D5C385A7; Wed, 11 May 2022 05:29:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652246959; bh=O1vlZgX/Q+fmn7zMLlmZBKqQpL3cQWafYQduSNprVfo=; h=Subject:From:In-Reply-To:References:To:Cc:Date:From; b=fs0PpJhp0dE4BWsP4HniHRMfySMop5IGUrXI1excZQVhD6ibs4EesMjxlK82SlMHb nwddZQ9/Mc8hnbfzyWB1pfYC7fVimHdPyzdt6E6/V56GfsvgxpPzvTjcTA1qGRtQZV 6d9cQaOvCc5s67eQ8ykP6C543xRjHZTZkenQwzPutQUKSStc71ypOtOf4JX/+MTh2y hEDOv+8ahqqXuZ8n4jC91eP7fHLS9PEJczFrVfHSdK8fgfmlgTJMUASaXDXWLF7Dqr W7WrwiSbGWetx4qlp21khWgF+h+d1cwXOBfGP6SIKudWH56mo9rX6zeizUJRWxhZ0A 8MLJx6VzUSGxg== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] ssb: remove unreachable code From: Kalle Valo In-Reply-To: <20220506075814.115059-1-jiapeng.chong@linux.alibaba.com> References: <20220506075814.115059-1-jiapeng.chong@linux.alibaba.com> To: Jiapeng Chong Cc: m@bues.ch, linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, Jiapeng Chong , Abaci Robot User-Agent: pwcli/0.1.0-git (https://github.com/kvalo/pwcli/) Python/3.7.3 Message-ID: <165224695602.19198.6432098558984943387.kvalo@kernel.org> Date: Wed, 11 May 2022 05:29:18 +0000 (UTC) Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Jiapeng Chong wrote: > Clean up the following smatch warning: > > drivers/ssb/pci.c:917 ssb_pci_sprom_get() warn: ignoring unreachable > code. > > Reported-by: Abaci Robot > Signed-off-by: Jiapeng Chong > Acked-by: Michael Büsch Patch applied to wireless-next.git, thanks. 84dc992e23df ssb: remove unreachable code -- https://patchwork.kernel.org/project/linux-wireless/patch/20220506075814.115059-1-jiapeng.chong@linux.alibaba.com/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches