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 429F7C4338F for ; Mon, 26 Jul 2021 12:01:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2214560F38 for ; Mon, 26 Jul 2021 12:01:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233771AbhGZLV2 (ORCPT ); Mon, 26 Jul 2021 07:21:28 -0400 Received: from mga09.intel.com ([134.134.136.24]:63587 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233903AbhGZLU6 (ORCPT ); Mon, 26 Jul 2021 07:20:58 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10056"; a="212210527" X-IronPort-AV: E=Sophos;i="5.84,270,1620716400"; d="scan'208";a="212210527" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jul 2021 05:01:26 -0700 X-IronPort-AV: E=Sophos;i="5.84,270,1620716400"; d="scan'208";a="463916102" Received: from paasikivi.fi.intel.com ([10.237.72.42]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Jul 2021 05:01:23 -0700 Received: from paasikivi.fi.intel.com (localhost [127.0.0.1]) by paasikivi.fi.intel.com (Postfix) with SMTP id 7FF4B205CF; Mon, 26 Jul 2021 15:01:21 +0300 (EEST) Date: Mon, 26 Jul 2021 15:01:21 +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: <20210726120121.GD3@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? I'm looking at the one in media-tree master. -- Sakari Ailus