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 3E114C32771 for ; Thu, 22 Sep 2022 01:11:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229950AbiIVBLa (ORCPT ); Wed, 21 Sep 2022 21:11:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54872 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229845AbiIVBLY (ORCPT ); Wed, 21 Sep 2022 21:11:24 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4CB754CA0C; Wed, 21 Sep 2022 18:11:21 -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 C748AB8198E; Thu, 22 Sep 2022 01:11:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E334AC433D6; Thu, 22 Sep 2022 01:11:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663809078; bh=UEejeR5j/HfizZGXLrDnPwM3JZb1ZxLW7c1MFE5c9sY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=G1zPNgeiNK33kf51wm0k5OFX4tMx7DzenuHz2tXpdYOgca7ZyB5BwZtMjDTWcz72M 1wBaaU73O0Z9vR1me/DX8l4lj4p3L1QjQL7gQAeNVmOTm0o+PkNp8w2m/519cmID/E TxugPPzalsN4R8h3vmKwFFmYX9z+O1UV7lWhkbmtWwPJ22L5oW5cCowtKoD/y2b8ox wra+gM3TJ+WZ/DGjFzbN1GrBEbZsYKNlbj/e9BLJnSG+eyeP46G7nEDn6Wkw7O7KfK O3r4EjGbaYi5XzQVU7vIyueiYez/yFdmp5Iy2IUXJ4hlBpo2KZam9nwOPeCcy5zVeW HJdUGc/rOfqcw== Date: Wed, 21 Sep 2022 18:11:16 -0700 From: Jakub Kicinski To: Arun Ramadoss Cc: , , , , , , , , , , , , , , Subject: Re: [Patch net-next v3 2/6] net: dsa: microchip: enable phy interrupts only if interrupt enabled in dts Message-ID: <20220921181116.58b1163a@kernel.org> In-Reply-To: <20220916091348.8570-3-arun.ramadoss@microchip.com> References: <20220916091348.8570-1-arun.ramadoss@microchip.com> <20220916091348.8570-3-arun.ramadoss@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 16 Sep 2022 14:43:44 +0530 Arun Ramadoss wrote: > + if (dev->irq > 0) { > + ret = lan937x_irq_phy_setup(dev); > + if (ret) > + return ret; This no longer applies cleanly after 2f8a786f472445 please rebase & repost.