commit | 5be3946647424b08db0f62c545215cf506af8a52 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Wed May 09 09:15:30 2007 +0200 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu May 10 23:45:03 2007 -0700 |
tree | 2637cfe9b3fa929114c363bc341058d08e4da756 | |
parent | 129a84de2347002f09721cda3155ccfd19fade40 [diff] |
[Bluetooth] Switch to using input_dev->dev.parent In preparation for struct class_device -> struct device input core conversion, switch to using input_dev->dev.parent when specifying device position in sysfs tree. Also, do not access input_dev->private directly, use helpers and do not use kfree() on input device, use input_free_device() instead. Signed-off-by: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>