1
0
Fork 0
alistair23-linux/drivers/staging
Greg Kroah-Hartman 45a706368d greybus: es1.c: wait until the last possible minute to start the svc messages
When initializing the USB device, we were starting up the svc message
queue before the cport urbs were allocated.  This might not be an issue
for "slower" machines, but not having any allocated urbs for a cport
might be an issue if we were to handle svc messages.

So wait until everything is properly initialized and allocated before
starting the svc urb.

Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
2015-01-23 22:55:57 +08:00
..
greybus greybus: es1.c: wait until the last possible minute to start the svc messages 2015-01-23 22:55:57 +08:00