diff options
author | John Keeping <jkeeping@inmusicbrands.com> | 2024-09-13 12:23:23 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-10-04 15:28:43 +0200 |
commit | df9158826b00e53f42c67d62c887a84490d80a0a (patch) | |
tree | dd3b3c06acb418aa34fb9850a1e2b10c5051f0cc /Documentation/sphinx/kfigure.py | |
parent | Linux 6.12-rc1 (diff) | |
download | linux-df9158826b00e53f42c67d62c887a84490d80a0a.tar.xz linux-df9158826b00e53f42c67d62c887a84490d80a0a.zip |
usb: gadget: core: force synchronous registration
Registering a gadget driver is expected to complete synchronously and
immediately after calling driver_register() this function checks that
the driver has bound so as to return an error.
Set PROBE_FORCE_SYNCHRONOUS to ensure this is the case even when
asynchronous probing is set as the default.
Fixes: fc274c1e99731 ("USB: gadget: Add a new bus for gadgets")
Cc: stable@vger.kernel.org
Signed-off-by: John Keeping <jkeeping@inmusicbrands.com>
Link: https://lore.kernel.org/r/20240913102325.2826261-1-jkeeping@inmusicbrands.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/sphinx/kfigure.py')
0 files changed, 0 insertions, 0 deletions