Bluetooth: ath3k: fix checkpatch warning
authorMaxim Zhukov <mussitantesmortem@gmail.com>
Sun, 4 Feb 2018 21:09:47 +0000 (00:09 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 7 Feb 2018 08:46:09 +0000 (09:46 +0100)
commit0a21963aacfe88fdbfe6166781d4ccd159197bd6
treee9c8e24904f521d62a269d5525d20c5ee1d28d57
parent3d08f43c73c4144517e31f3cf7564f98e81fd28f
Bluetooth: ath3k: fix checkpatch warning

This patch fixed warning:
 WARNING: Prefer using '"%s...", __func__' to using 'ath3k_disconnect', this function's name, in a string
 #568: FILE: drivers/bluetooth/ath3k.c:568:
 + BT_DBG("ath3k_disconnect intf %p", intf);

Signed-off-by: Maxim Zhukov <mussitantesmortem@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/ath3k.c