From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: Re: [patch net-next]alx: Atheros AR8131/AR8151/AR8152/AR8161 Ethernet driver Date: Thu, 20 Oct 2011 02:00:39 -0700 Message-ID: <1319101239.5801.5.camel@Joe-Laptop> References: <1319093184-19696-1-git-send-email-cloud.ren@Atheros.com> <20111020.044541.970282389722164761.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: cloud.ren@Atheros.com, Luis.Rodriguez@Atheros.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: David Miller Return-path: In-Reply-To: <20111020.044541.970282389722164761.davem@davemloft.net> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Thu, 2011-10-20 at 04:45 -0400, David Miller wrote: > From: [] > +#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.