]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Bluetooth: replace list_for_each with list_for_each_entry whenever possible
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 1 Nov 2011 08:58:56 +0000 (10:58 +0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Tue, 1 Nov 2011 16:20:18 +0000 (14:20 -0200)
commit9fb33c730df099d5e82c432a40448e09c2d5589c
tree7295cd98a13711f17a5c59bed201fb76492d087a
parent319ee2e513a32f3f32f7dfa83acc2e50f6520c85
Bluetooth: replace list_for_each with list_for_each_entry whenever possible

When all items in the list have the same type there is no much of a point
to use list_for_each except if you want to use the list pointer itself.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/bnep/core.c
net/bluetooth/cmtp/core.c
net/bluetooth/hci_conn.c
net/bluetooth/hci_core.c
net/bluetooth/hci_sysfs.c
net/bluetooth/hidp/core.c
net/bluetooth/mgmt.c
net/bluetooth/rfcomm/core.c
net/bluetooth/rfcomm/tty.c