]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3603bd8c656e641acec2a505f84a0387c2ac90e2
treedd78a3ad52c381fc09cacf8ff72252d36fcc7b3b
parentfdbedef8e9786935573283c6a8f1068198c748b5
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