Files
android_kernel_samsung_sm86…/core
David Oladunjoye 3e11a3a0fb qcacld-3.0: Fix list iterators to match upstream discussion
List iterators should conform to upstream discussion. List iterators that
reach end of list do not point to NULL but rather they point to list_head.
Dereferencing the iterator in this case would break the list. The scope of
the list iterator should be confined to the loop. Solution is to use assign
ptr to iterator when condition is met, this ptr can be used outside of the
loop.

Change-Id: Ia55da61b0f25a0de9a4070d89eae11327e4753ef
CRs-Fixed: 3331679
2022-11-15 11:56:35 -08:00
..
2022-10-06 02:12:24 -07:00
2022-11-14 18:05:26 -08:00
2022-11-11 06:01:02 -08:00