summaryrefslogtreecommitdiffstats
path: root/tools/usb
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2012-05-22 11:36:59 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-06-13 16:07:22 -0700
commite714fad054e219b52eee17591d95d725888a95c4 (patch)
treefc7c750d9f27aa61ecdaadcef3a1c57a9ba6118f /tools/usb
parent4d4847b8502ec093864936a4669318675c0ced22 (diff)
downloadop-kernel-dev-e714fad054e219b52eee17591d95d725888a95c4.zip
op-kernel-dev-e714fad054e219b52eee17591d95d725888a95c4.tar.gz
usb-core: Set intfdata to NULL if a driver's probe method failed
Ensure that intfdata always is NULL if no driver is bound: 1) drvdata is for a driver to store a pointer to driver specific data 2) If no driver is bound, there is no driver specific data associated with the device 3) Thus logically drvdata should be NULL if no driver is bound. We already set intfdata to NULL when a driver is unbound, to ensure that intfdata will be NULL even if the drivers disconnect method does not properly clear it. This ensures that intfdata will also be NULL after a failed probe, even if the driver's probe method left a (likely dangling) pointer in there. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/usb')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud