Hi Andy, > 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@xxxxxxxxxxxxxxx> > --- > drivers/bluetooth/hci_intel.c | 31 ++++++++++--------------------- > 1 file changed, 10 insertions(+), 21 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel