From: David Herrmann Date: Sat, 7 Jan 2012 14:47:17 +0000 (+0100) Subject: Bluetooth: bpa10x: Free private driver data on usb shutdown X-Git-Tag: v3.4-rc1~177^2~112^2~245 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d25442ba4b44bf1fad50c9c2156a4ca89f269713;p=pandora-kernel.git Bluetooth: bpa10x: Free private driver data on usb shutdown Instead of waiting for the hci-device to be destroyed we now free the private driver data on driver shutdown right away. We call hci_unregister_dev() on driver shutdown, that means, the hci-core will never ever call our callbacks again except the destruct callback. It also does not access hdev->driver_data so there is no reason to keep that alive. We simply set the destruct cb to NULL to avoid getting called again. Signed-off-by: David Herrmann Acked-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed