]> asedeno.scripts.mit.edu Git - linux.git/commit
Bluetooth: hci_bcm: Correct context of IRQ polarity message
authorIan W MORRISON <ianwmorrison@gmail.com>
Sat, 7 Oct 2017 06:16:08 +0000 (17:16 +1100)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 9 Oct 2017 18:03:19 +0000 (20:03 +0200)
commite8bfe868cf2cf364f3f52df8fa01aa6d28927aaf
treecdb2883a061bf110d24de3917dfe9f384d1ec435
parentb49ef29d72bd2975b8b2cc84b1fa6b40aa2edd5f
Bluetooth: hci_bcm: Correct context of IRQ polarity message

As the overwriting of IRQ polarity to active low occurs during the driver
probe using 'bt_dev_warn' to display the warning results in '(null)' being
displayed for the device. This patch uses 'dev_warn' to correctly display
the device in the warning instead.

Signed-off-by: Ian W MORRISON <ianwmorrison@gmail.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_bcm.c