OSDN Git Service

Bluetooth: Remove usage of BT_ERR_RATELIMITED macro
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 11 Dec 2019 10:34:36 +0000 (11:34 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 4 Jan 2020 09:41:03 +0000 (10:41 +0100)
commit657cc646475b721f5c5bab82e7fd43302c7c8358
tree85978861e871acfc6bcbae0f6a22ddbdc8a63e90
parent36278a5d4d354e5d5610aa728831db9e03cc3d8d
Bluetooth: Remove usage of BT_ERR_RATELIMITED macro

The macro is really not needed and can be replaced with either usage of
bt_err_ratelimited or bt_dev_err_ratelimited.

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