From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 27 Jan 2015 18:50:48 +0100 Subject: [U-Boot] [PATCH 05/23] usb: pci: Use pci_find_class() to find the device In-Reply-To: <1422321801-6743-6-git-send-email-sjg@chromium.org> References: <1422321801-6743-1-git-send-email-sjg@chromium.org> <1422321801-6743-6-git-send-email-sjg@chromium.org> Message-ID: <201501271850.48628.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tuesday, January 27, 2015 at 02:23:03 AM, Simon Glass wrote: > Use the new utility function instead of local code. > > Signed-off-by: Simon Glass > --- > > drivers/usb/host/ehci-pci.c | 53 > +-------------------------------------------- 1 file changed, 1 > insertion(+), 52 deletions(-) Nice! Acked-by: Marek Vasut Do you want to pick it through the x86 tree or shall I pick it through USB ? Best regards, Marek Vasut