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 6640BC6FD18 for ; Thu, 20 Apr 2023 00:26:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230451AbjDTA0W (ORCPT ); Wed, 19 Apr 2023 20:26:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34630 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230087AbjDTA0R (ORCPT ); Wed, 19 Apr 2023 20:26:17 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A06A159E3; Wed, 19 Apr 2023 17:26:16 -0700 (PDT) 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=TuntzV+Yk0Ft8gPbfD/bk2vSedl+5agDLak5WJUUpaU=; b=UT9KyiWZGHalUuKuSjjVew3qQ5 iRstbmCdHJRIFBNTyRL9xzqZr1TXKdcDjhYwBpxLznFdXqsT0Fib1lcaxuYyRbhgcqpmAGVOBWfNd HhqKc/9Y4HmcYeZDR6xQ9jbLVcA7wrVzDHiXG24zZmZbudJmctmwrMvoNP1HyZh2JYj0=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1ppI7n-00Ajpw-Ge; Thu, 20 Apr 2023 02:26:11 +0200 Date: Thu, 20 Apr 2023 02:26:11 +0200 From: Andrew Lunn To: Christian Marangi Cc: Pavel Machek , Lee Jones , Martin Schiller , linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/5] leds: trigger: netdev: convert device attr to macro Message-ID: References: <20230419210743.3594-1-ansuelsmth@gmail.com> <20230419210743.3594-5-ansuelsmth@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230419210743.3594-5-ansuelsmth@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 19, 2023 at 11:07:42PM +0200, Christian Marangi wrote: > Convert link tx and rx device attr to a common macro to reduce common > code and in preparation for additional attr. > > Signed-off-by: Christian Marangi Reviewed-by: Andrew Lunn Andrew