]> git.baikalelectronics.ru Git - kernel.git/commit
USB: core: drop outdated interface-binding comment
authorJohan Hovold <johan@kernel.org>
Thu, 18 Mar 2021 15:54:05 +0000 (16:54 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Mar 2021 11:39:39 +0000 (12:39 +0100)
commit7e8f2c65329b85da0bea14f99ad4f431d6d7d232
tree58242e3927d497e83d4e2b4fe55a168d58ab0365
parentb2731800537a04a36d059791679c8902e38b25c0
USB: core: drop outdated interface-binding comment

It's been almost twenty years since USB drivers returned a data pointer
from their probe routines in order to bind to an interface.

Time to update the documentation for usb_driver_claim_interface().

Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://lore.kernel.org/r/20210318155406.22399-1-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/driver.c