Re: [PATCH] USB: EHCI: ehci-mv: add MODULE_DEVICE_TABLE

2019-01-18 Thread Greg Kroah-Hartman
On Fri, Jan 18, 2019 at 09:56:53AM +0100, Lubomir Rintel wrote: > On Fri, 2019-01-18 at 09:52 +0100, Greg Kroah-Hartman wrote: > > On Mon, Jan 14, 2019 at 09:16:08PM +0100, Lubomir Rintel wrote: > > > This fixes autoloading the module by the OF compatible string. > > > > > > Fixes: 813e18b18a87 ("

Re: [PATCH] USB: EHCI: ehci-mv: add MODULE_DEVICE_TABLE

2019-01-18 Thread Lubomir Rintel
On Fri, 2019-01-18 at 09:52 +0100, Greg Kroah-Hartman wrote: > On Mon, Jan 14, 2019 at 09:16:08PM +0100, Lubomir Rintel wrote: > > This fixes autoloading the module by the OF compatible string. > > > > Fixes: 813e18b18a87 ("USB: EHCI: ehci-mv: add DT support") > > Cc: sta...@vger.kernel.org # v4.1

Re: [PATCH] USB: EHCI: ehci-mv: add MODULE_DEVICE_TABLE

2019-01-18 Thread Greg Kroah-Hartman
On Mon, Jan 14, 2019 at 09:16:08PM +0100, Lubomir Rintel wrote: > This fixes autoloading the module by the OF compatible string. > > Fixes: 813e18b18a87 ("USB: EHCI: ehci-mv: add DT support") > Cc: sta...@vger.kernel.org # v4.19+ Wait, why 4.19? 813e18b18a87 is in 4.20, not 4.19, so why would th

Re: [PATCH] USB: EHCI: ehci-mv: add MODULE_DEVICE_TABLE

2019-01-18 Thread Greg Kroah-Hartman
On Mon, Jan 14, 2019 at 09:16:08PM +0100, Lubomir Rintel wrote: > This fixes autoloading the module by the OF compatible string. > > Fixes: 813e18b18a87f31c5b216ea7546127deac3ae1ae In the future, this type of line should be written as: Fixes: 813e18b18a87 ("USB: EHCI: ehci-mv: add DT support") I

[PATCH] USB: EHCI: ehci-mv: add MODULE_DEVICE_TABLE

2019-01-14 Thread Lubomir Rintel
This fixes autoloading the module by the OF compatible string. Fixes: 813e18b18a87f31c5b216ea7546127deac3ae1ae Cc: sta...@vger.kernel.org # v4.19+ Signed-off-by: Lubomir Rintel --- drivers/usb/host/ehci-mv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host/ehci-mv.c b/drivers