diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2012-02-10 00:58:30 +0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-02-13 19:01:37 +0400 |
commit | aa2b86d761a95068354511de755695ef6b53afc7 (patch) | |
tree | 704eeeb173b859311ebc23d6881fa40575f43851 /drivers/bluetooth | |
parent | b1078ad0be344e7bec6e7991f33df17565d24e08 (diff) | |
download | linux-aa2b86d761a95068354511de755695ef6b53afc7.tar.xz |
Bluetooth: Introduce to_hci_dev()
We currently use dev_set_drvdata to keep a pointer to ourself. This
doesn't make sense as we are the bus and not a driver. Therefore,
introduce to_hci_dev() so we can get a struct hci_dev pointer from a
struct device pointer.
dev_set/get_drvdata() is reserved for drivers that provide a device and
not for the bus using the device. The bus can use simple pointer
arithmetic to retrieve its private data.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'drivers/bluetooth')
0 files changed, 0 insertions, 0 deletions