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=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 AB833C432BE for ; Mon, 26 Jul 2021 12:03:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 950DA60F38 for ; Mon, 26 Jul 2021 12:03:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233936AbhGZLXP (ORCPT ); Mon, 26 Jul 2021 07:23:15 -0400 Received: from mga12.intel.com ([192.55.52.136]:28217 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233633AbhGZLXO (ORCPT ); Mon, 26 Jul 2021 07:23:14 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10056"; a="191808515" X-IronPort-AV: E=Sophos;i="5.84,270,1620716400"; d="scan'208";a="191808515" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jul 2021 05:03:40 -0700 X-IronPort-AV: E=Sophos;i="5.84,270,1620716400"; d="scan'208";a="504873085" Received: from paasikivi.fi.intel.com ([10.237.72.42]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jul 2021 05:03:37 -0700 Received: from paasikivi.fi.intel.com (localhost [127.0.0.1]) by paasikivi.fi.intel.com (Postfix) with SMTP id D6E4D205CF; Mon, 26 Jul 2021 15:03:35 +0300 (EEST) Date: Mon, 26 Jul 2021 15:03:35 +0300 From: Sakari Ailus To: Andy Shevchenko Cc: Andy Shevchenko , Daniel Scally , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, Yong Zhi , Bingbu Cao , Tianshu Qiu , Mauro Carvalho Chehab , Jens Axboe Subject: Re: [PATCH v1 1/1] media: ipu3-cio2: Drop reference on error path in cio2_bridge_connect_sensor() Message-ID: <20210726120335.GE3@paasikivi.fi.intel.com> References: <20210726084055.54887-1-andriy.shevchenko@linux.intel.com> <20210726114433.GB3@paasikivi.fi.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 26, 2021 at 02:55:51PM +0300, Andy Shevchenko wrote: > On Mon, Jul 26, 2021 at 2:47 PM Sakari Ailus > wrote: > > On Mon, Jul 26, 2021 at 11:40:55AM +0300, Andy Shevchenko wrote: > > ... > > > > err_free_swnodes: > > > software_node_unregister_nodes(sensor->swnodes); > > > err_put_adev: > > > - acpi_dev_put(sensor->adev); > > > + acpi_dev_put(adev); > > > > adev is assigned to sensor->adev before goto so the two have the same > > value. I have no problem with the patch though. > > Are we reading the same version? Or am I missing something? Ah. I noticed the adev assignment was removed (and added later) by the other patch. Yeah, agreed; this one's needed. -- Sakari Ailus