commit | a3d09356491d637548dbe815ddb966f52ec9e53a | [log] [tgz] |
---|---|---|
author | Andre Guedes <andre.guedes@openbossa.org> | Fri Feb 01 11:21:30 2013 -0300 |
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Fri Feb 01 15:50:18 2013 -0200 |
tree | a50d37505e519fbb6f9ab82e893282916153884f | |
parent | 2b8a9a2e6a2143928819f2fb948d3904746e1582 [diff] |
Bluetooth: Refactor mgmt_pending_foreach This patch does a trivial refactor in mgmt_pending_foreach function. It replaces list_for_each_safe by list_for_each_entry_safe, simplifying the function. Signed-off-by: Andre Guedes <andre.guedes@openbossa.org> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>