Bluetooth: hci_intel: switch to list_for_each_entry()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 3 Sep 2020 18:48:49 +0000 (21:48 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 11 Sep 2020 06:50:49 +0000 (08:50 +0200)
commit7dbbd692641c6d8f44a7dbc1a168df55bb1f7eaf
treee2450d68a663bb1dca1cfe9d9cc1602630db0e29
parent0cc62caf4c8f376f8a846271083379667cf74739
Bluetooth: hci_intel: switch to list_for_each_entry()

There is no need to have list_for_each() followed by list_entry()
when we simply may use list_for_each_entry() directly.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_intel.c