]> git.ipfire.org Git - people/ms/u-boot.git/commit
usb: xhci-mvebu: use xhci_deregister() for .remove callback
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 14 Oct 2016 01:30:01 +0000 (10:30 +0900)
committerMarek Vasut <marex@denx.de>
Thu, 27 Oct 2016 06:02:39 +0000 (08:02 +0200)
commit9eea45f532301376af4498a131246ff1e130a63a
tree1812b0676c6c5dcef48792dc0fe77768882e0770
parent99e2df47c4edc2286c4614daf4a82fe1e7a4e4b0
usb: xhci-mvebu: use xhci_deregister() for .remove callback

No need to use a wrapper that is equivalent to xhci_deregister().

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/usb/host/xhci-mvebu.c