commit | 148bb0439adeeae466dca31dd4c643e194bee023 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Mon Nov 03 10:21:54 2014 -0800 |
committer | Santosh Shilimkar <santosh.shilimkar@oracle.com> | Mon Nov 03 10:22:06 2014 -0800 |
tree | e8bfa8d36d8493c96c7409248f3d2b68fd5c097e | |
parent | 39179cb5b789e0c0275ccb8fa83cfaf9257d1474 [diff] |
soc: ti: knav_qmss_queue: Use list_for_each_entry_safe to prevent use after free list_for_each_entry_safe() is necessary if list objects are deleted from the list while traversing it. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>