[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20111025050003.GC798@ponder.secretlab.ca>
Date: Tue, 25 Oct 2011 07:00:03 +0200
From: Grant Likely <grant.likely@...retlab.ca>
To: Mike Frysinger <vapier@...too.org>
Cc: Kyle Moffett <Kyle.D.Moffett@...ing.com>,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org,
"David S. Miller" <davem@...an.davemloft.net>,
Greg Dietsche <Gregory.Dietsche@....edu>,
Giuseppe Cavallaro <peppe.cavallaro@...com>,
David Daney <ddaney@...iumnetworks.com>,
Arnaud Patard <arnaud.patard@...-net.org>,
Baruch Siach <baruch@...s.co.il>,
Stephen Hemminger <shemminger@...tta.com>,
Lucas De Marchi <lucas.demarchi@...fusion.mobi>,
Marc Kleine-Budde <mkl@...gutronix.de>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [RFC PATCH 06/17] phy_driver: Add and use
phy_driver_[un]register_multiple()
On Thu, Oct 20, 2011 at 05:15:54PM -0400, Mike Frysinger wrote:
> On Thursday 20 October 2011 17:00:13 Kyle Moffett wrote:
> > + return phy_driver_register_multiple(bcm63xx_drivers,
> > + ARRAY_SIZE(bcm63xx_drivers));
>
> if only the arm ARRAY_AND_SIZE() macro could gain traction in the wider tree:
> return phy_driver_register_multiple(ARRAY_AND_SIZE(bcm63xx_drivers));
Propose a patch to move it from arch/arm to include/linux/kernel.h.
This is the first I've heard of this macro, but I would probably use
it.
> ignoring that, this patch looks cool
>
> Acked-by: Mike Frysinger <vapier@...too.org>
Indeed, I like the diffstat. :-)
Acked-by: Grant Likely <grant.likely@...retlab.ca>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists