]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: pci: Use pci_find_class() to find the device
authorSimon Glass <sjg@chromium.org>
Wed, 28 Jan 2015 05:13:30 +0000 (22:13 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 10:59:06 +0000 (12:59 +0200)
commitad553154826aa7d14dcb87e3891f28bce5ba144b
tree8fb69a66dc96ea5215577dfbd7f9d7e52b25e817
parentf797cd9b9e98a7724bf85b48c50aa69ffa73c657
usb: pci: Use pci_find_class() to find the device

Use the new utility function instead of local code.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/usb/host/ehci-pci.c