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 A5258C6FA8B for ; Thu, 22 Sep 2022 10:14:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229977AbiIVKO5 (ORCPT ); Thu, 22 Sep 2022 06:14:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56564 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229787AbiIVKOt (ORCPT ); Thu, 22 Sep 2022 06:14:49 -0400 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 777521E71D; Thu, 22 Sep 2022 03:14:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663841686; x=1695377686; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=x32tm762eYRcO0hneA/oJ5/kFu+e00pw3Fm2BAzUBI0=; b=g2dnpIAQZdYov0kK0IvE8CSMolkc+0TzWSDzom++nmu2EyS9srnxPpQC 2GCCOIwqiicY7dzqf82fLxafPHxfbw9n0Pp4arWK2AxC0FBxtHuCCHyMR W1j6fRp3UnxSeHbe0fJmsPB3bSbOOnOFsWzqBkQzlGtKME8YDqndBxxfB 8Zx1vu5D4XpKy/uayiMjuGp/c4KaCnME289vip+7IcXWZbmV9zClsgkc0 YQhhQkYEfIJrTxb5PKsN3CyC5/nVQd+GTcG3oKyDBTNmpD6IH1ymK4Or6 UYX/mcZjLtQXd7x/AILJWmoktq/OXq53OBwYgAGAhBRcyLK3cqgLjGG4b Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10477"; a="300243189" X-IronPort-AV: E=Sophos;i="5.93,335,1654585200"; d="scan'208";a="300243189" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Sep 2022 03:14:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,335,1654585200"; d="scan'208";a="597375856" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga006.jf.intel.com with ESMTP; 22 Sep 2022 03:14:41 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1obJE7-005xPE-1j; Thu, 22 Sep 2022 13:14:39 +0300 Date: Thu, 22 Sep 2022 13:14:39 +0300 From: Andy Shevchenko To: Vadim Fedorenko Cc: Jonathan Lemon , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Vadim Fedorenko , Richard Cochran Subject: Re: [PATCH v1 1/1] ptp_ocp: use device_find_any_child() instead of custom approach Message-ID: References: <20220921141005.2443-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 21, 2022 at 09:52:15PM +0100, Vadim Fedorenko wrote: > On 21.09.2022 15:10, Andy Shevchenko wrote: > > We have already a helper to get the first child device, use it and > > drop custom approach. > > LGTM. This patch should go to net-next, I believe. Yes, I forgot to add the 'net-next' to the Subject line. > Acked-by: Vadim Fedorenko Thanks! -- With Best Regards, Andy Shevchenko