mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 11:01:06 -04:00
greybus: es2: fix driver name collision with es1
Both ES1 and ES2 drivers cannot be loaded due to a driver name conflict. Give ES2 driver the correct name. Signed-off-by: Rob Herring <rob.herring@linaro.org> Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e80d09af1e
commit
c13c8bf0cc
@@ -686,7 +686,7 @@ static int ap_probe(struct usb_interface *interface,
|
||||
}
|
||||
|
||||
static struct usb_driver es1_ap_driver = {
|
||||
.name = "es1_ap_driver",
|
||||
.name = "es2_ap_driver",
|
||||
.probe = ap_probe,
|
||||
.disconnect = ap_disconnect,
|
||||
.id_table = id_table,
|
||||
|
||||
Reference in New Issue
Block a user