From: David Herrmann Date: Sat, 7 Jan 2012 14:47:18 +0000 (+0100) Subject: Bluetooth: btsdio: Free driver data on SDIO shutdown X-Git-Tag: v3.4-rc1~177^2~112^2~244 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dabbaab394d17ba1d1b55092d553e6e31a3d0afd;p=pandora-kernel.git Bluetooth: btsdio: Free driver data on SDIO shutdown Instead of waiting for the hdev object to get freed we now free the private driver-internal data on SDIO shutdown. This allows us to remove the obsolete hci-destruct callback and free our data object right away after calling hci_unregister_dev(). The HCI-core does not call any callbacks after this so we are never called again and can safely exit the module. Signed-off-by: David Herrmann Acked-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed