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

From: Greg Kroah-Hartman
Date: Fri Jan 18 2019 - 03:51:49 EST


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'll change this in the patch, but next time be more careful.

thanks,

greg k-h