]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
Bluetooth: Replace hci_notify with hci_sock_dev_event
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 25 Oct 2015 22:29:22 +0000 (23:29 +0100)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 26 Oct 2015 06:21:47 +0000 (08:21 +0200)
commit05fcd4c4f1011858fe86dd7423304d8cae8e8d2e
treed45bcab10c146a47ba7cbba2daa74582053cc412
parent242c0ebd3730334c43b9c04eeec40d8dd5c3a26e
Bluetooth: Replace hci_notify with hci_sock_dev_event

There is no point in wrapping hci_sock_dev_event around hci_notify. It
is an empty wrapper which adds no value. So remove it.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/hci_core.c