Bluetooth: cmtp: Do not use list_for_each_safe when not needed
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Thu, 16 Jul 2015 20:17:13 +0000 (22:17 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 30 Jul 2015 11:50:35 +0000 (13:50 +0200)
commit54c9ee39923c0ffa27b99a1b7321e0d07408c97b
treedd78a3ad52c381fc09cacf8ff72252d36fcc7b3b
parentd63b282645f56641900e15fb14572bdf6c9bed27
Bluetooth: cmtp: Do not use list_for_each_safe when not needed

There is no need to use the safe version of list_for_each here.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/cmtp/capi.c