USB: bcma: make helper creating platform dev more generic
authorRafał Miłecki <zajec5@gmail.com>
Sat, 5 Dec 2015 12:15:06 +0000 (13:15 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Jan 2016 04:37:47 +0000 (20:37 -0800)
commit352d9e2ee85b43170388599a17cd7b219f270163
treedbcc2b9ec56f2b0214fb13b2ba93afae2deb2f54
parentf8868ed0078a8456ac725103a97cbe6d833e13f3
USB: bcma: make helper creating platform dev more generic

Having "bool ohci" argument in bcma_hcd_create_pdev function limited it
to support two cases only (OHCI and EHCI) and put too much logic in it.
Lets make caller pass all required data. This adds few extra arguments
to the function call but will allow us to reuse this code and handle
more cases in the future (e.g. add XHCI support).

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/bcma-hcd.c