From 148bb0439adeeae466dca31dd4c643e194bee023 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Mon, 3 Nov 2014 10:21:54 -0800 Subject: [PATCH] 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 Signed-off-by: Santosh Shilimkar --- Reading git-format-patch failed