From: Wei Yongjun <weiyj...@gmail.com> Date: Mon, 10 Oct 2016 14:08:28 +0000
> From: Wei Yongjun <weiyongj...@huawei.com> > > Since we will remove items off the list using list_del() we need > to use a safe version of the list_for_each_entry() macro aptly named > list_for_each_entry_safe(). > > Signed-off-by: Wei Yongjun <weiyongj...@huawei.com> > Acked-by: Yuval Mintz <yuval.mi...@caviumnetworks.com> > --- > v1 -> v2: use tmp_buffer instead of tmp Applied, thanks.