"git@git.sphere.ly:matisse/android_kernel_samsung_matisse.git" did not exist on "0396c215f301e92677d1e9a064b405e31501dc1d"
David Vrabel
authored
If a radio controller reset attempt occurs while a probe() or remove()
is in progress it fails and is retried endlessly, potentially preventing
the probe() or remove() from completing.
If a reset fails, sleep for a bit before retrying the reset. This
allows the probe()/remove() to complete.
Signed-off-by:
David Vrabel <david.vrabel@csr.com>