Re: [patch net-next]alx: Atheros AR8131/AR8151/AR8152/AR8161Ethernet driver

From: Joe Perches
Date: Thu Oct 20 2011 - 05:00:41 EST


On Thu, 2011-10-20 at 04:45 -0400, David Miller wrote:
> From: <cloud.ren@xxxxxxxxxxx>
[]
> +#define ALX_HW_WARN(_fmt, _args...) \
> + ALX_HW_PRINTA(WARNING, _fmt, ## _args)
> +
> +#define ALX_HW_INFO(_fmt, _args...) \
> + ALX_HW_PRINTA(INFO, _fmt, ## _args)
> +
> +#define ALX_HW_DBG(_fmt, _args...) \
> + ALX_HW_PRINTA(DEBUG, _fmt, ## _args)
> +

I've just done patches for these
and for ALX_PRINTA and ALX_PRINTB.

I'll send them directly to Cloud.

> Please just submit it to staging and let it cook there for a couple
> weeks in the interests of our sanity.

That's a good plan.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/