Bluetooth: btusb: Use IS_ENABLED instead of #ifdef
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 27 Sep 2019 06:48:58 +0000 (08:48 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 16 Oct 2019 17:26:40 +0000 (19:26 +0200)
commitc0a21a5294a5a220e7f9d6d1256f83d2fbfc4500
tree1d6cd3c439a5da08333eff47d5deb4fbb0e3f081
parent42d22098127d6384f789107f59caae87d7520fc4
Bluetooth: btusb: Use IS_ENABLED instead of #ifdef

For the different hardware support options, it is better to use
IS_ENABLED check. Let the compiler do the needed optimizations.

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