mei: don't of list_for_each_entry_safe when not deleting
authorTomas Winkler <tomas.winkler@intel.com>
Mon, 17 Feb 2014 13:13:25 +0000 (15:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Feb 2014 18:06:08 +0000 (10:06 -0800)
We can use simply list_for_each_entry if there is no
entry removal

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found