From: Wei Yongjun <[email protected]> Date: Mon, 10 Oct 2016 14:08:28 +0000
> From: Wei Yongjun <[email protected]> > > 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 <[email protected]> > Acked-by: Yuval Mintz <[email protected]> > --- > v1 -> v2: use tmp_buffer instead of tmp Applied, thanks.
