]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'usb-ci-v4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/peter...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Jul 2015 18:35:18 +0000 (11:35 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Jul 2015 18:35:18 +0000 (11:35 -0700)
commitc994c49f02606fc960a59a76e8c17b96d7c91884
tree422c289a14ed8ac347c0e1a0ecf0d74bdf9b9c60
parented5bcb8aebc0174d7396d6222e17a9773f9bdb9a
parent05dd7ba53064223278efebb94837aee97fb12709
Merge tag 'usb-ci-v4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-linus

Peter writes:

It is a bug fix that using ehci_init_driver at wrong place, the
correct place should be at ci core driver's module_init, and
only be called one time.