From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="JP+9TwGG" Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D7C16197; Thu, 30 Nov 2023 06:51:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=JRaL2gDfRFTNFl1D0VCSzu1vAt0NhfhmYgRFh2WMqcA=; b=JP+9TwGGLghUkNNbuMey4BplsT pLBsymgkkdKv+O7zqn8K/kdUYfIId7RDVkH/AhFqcnOcDC7pEKM8RaKybfhJGu9C5WClV/IMqikcY PBlB49emGeIbrB21IsL611Ob9QZ+Lg661Jem4f3W5wh3gSY6hOj4RlRf7nYY/w0RhFcg=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1r8iNR-001frT-UG; Thu, 30 Nov 2023 15:50:53 +0100 Date: Thu, 30 Nov 2023 15:50:53 +0100 From: Andrew Lunn To: Christian Marangi Cc: Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Andy Gross , Bjorn Andersson , Konrad Dybcio , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: Re: [net-next PATCH 01/14] net: phy: at803x: fix passing the wrong reference for config_intr Message-ID: <9d7d9fa6-7322-4159-a7d7-3ee8c052d02d@lunn.ch> References: <20231129021219.20914-1-ansuelsmth@gmail.com> <20231129021219.20914-2-ansuelsmth@gmail.com> Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231129021219.20914-2-ansuelsmth@gmail.com> On Wed, Nov 29, 2023 at 03:12:06AM +0100, Christian Marangi wrote: > Fix passing the wrong reference for config_initr on passing the function > pointer, drop the wrong & from at803x_config_intr in the PHY struct. > > Signed-off-by: Christian Marangi Reviewed-by: Andrew Lunn Andrew