[U-Boot] [PATCH 3/4] net: phy: add support for Micrel's KSZ9021

Mike Frysinger vapier at gentoo.org
Fri Jan 27 03:54:00 CET 2012


On Thursday 26 January 2012 17:21:44 Troy Kisky wrote:
> +/* This is used to set board specific things like clock skew */
> +unsigned short ksz9021_por_cmds[] = {

static const

> +int ksz9021_send_phy_cmds(struct phy_device *phydev, unsigned short* p)

static

> +	for (;;) {

personally, i'd prefer:
	while (1) {
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120126/4b3d2373/attachment.pgp>


More information about the U-Boot mailing list