From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 27 Jul 2015 17:32:07 -0600 Subject: [U-Boot] [PATCH 07/20] net: smsc95xx: Rename AX_RX_URB_SIZE to RX_URB_SIZE In-Reply-To: <1436324032-17931-8-git-send-email-sjg@chromium.org> References: <1436324032-17931-1-git-send-email-sjg@chromium.org> <1436324032-17931-8-git-send-email-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 7 July 2015 at 20:53, Simon Glass wrote: > The AX_ prefix comes from the Asix driver. Since this is not that, we should > avoid this confusing prefix. > > Signed-off-by: Simon Glass > --- > > drivers/usb/eth/smsc95xx.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) Applied to u-boot-dm.