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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B177AC433F5 for ; Wed, 6 Apr 2022 12:49:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=AG6cOXmlH6PxrnH41yxOIVO6ZRSHz5d6oMEl3jtcmso=; b=2t3d4SLPOB0d2i droiMeBdplKSyky+Ay7TNk9QE86nHlS00VDxyp+GVmly02lAljOfTDCooamFdtNCdQYDwjD4lCI93 HiQvUac6pD80PJNqHOcixFlymkR9R/+NaVUCzpdRTBfaUxdtRGiAY7S5HPhoj8tIIZKi0DRlm/HwM 8QqPgIw4ZHYUKIy192Mm3RkRuEJJit1LxHqUjUtmXofBg+WHEq3Uaiv91N3U+S2jN5njw7J4ikBeW rRvCa3z8p6qcj8Ibif8utxoNwgjQAxClSgsWjBDvk/rxPyPsEpUtyhbWJcLXtkSdKQnFKYqeR0KRS 6WU3wsHgxpGcIHyfvo2w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nc552-0066Jn-AP; Wed, 06 Apr 2022 12:48:12 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nc54z-0066IE-7a for linux-arm-kernel@lists.infradead.org; Wed, 06 Apr 2022 12:48:10 +0000 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 dfw.source.kernel.org (Postfix) with ESMTPS id 134A761B53; Wed, 6 Apr 2022 12:48:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A32C9C385A3; Wed, 6 Apr 2022 12:48:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649249287; bh=fLrN5u7BGbrpEcBI19emJ6LhV/+40Wj/PPZ1PABZiRE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ANlHs3LKNmHJ6cZM+ZBVLbtXEn0LIj/uHiU6FoiGWBW3d4x5NRJbLe2PLaQx1Vz+i iQkNZYwVEQDJgvlHntwPnB20nYjAFCf7m/Y+/tF0jeNUa5c69IDvL3eP7ccnfb6Ck/ CEgVhOgmZ8TE4PiAOWn/x2iNBSUhXL4JXhaEboI5iwe1CYnCxp0kCodvKuEiRVSuSz wuC5ulQuKgF9zmSoiMjr01nw8CXpcFOQfRRyyxiWl2j2MhpMPU3uXwQR/srIEndXBM JaVX9qkxWfWx0ix4IuqU6/ixnA5Xc8yaT9ru8/Dq9ZK4oceATVmssm2kz2u3jVe86X Y6R0V2q+e0Whg== Date: Wed, 6 Apr 2022 20:48:00 +0800 From: Shawn Guo To: Ivan Bornyakov Cc: Wan Jiabing , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, jiabing.wan@qq.com Subject: Re: [PATCH] bus: imx-weim: fix NULL but dereferenced coccicheck error Message-ID: <20220406124800.GN129381@dragon> References: <20220223035146.412499-1-wanjiabing@vivo.com> <20220223065815.i7qbyz2gtkgjzcwv@x260> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220223065815.i7qbyz2gtkgjzcwv@x260> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220406_054809_325812_4DD45E79 X-CRM114-Status: UNSURE ( 9.23 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Feb 23, 2022 at 09:58:15AM +0300, Ivan Bornyakov wrote: > On Wed, Feb 23, 2022 at 11:51:45AM +0800, Wan Jiabing wrote: > > Fix following coccicheck warning: > > ./drivers/bus/imx-weim.c:355:18-21: ERROR: pdev is NULL but dereferenced. > > > > Signed-off-by: Wan Jiabing Applied, thanks. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel