[PATCH 0/7] staging: rtl8188eu: use safe version of list iterators

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



We converted a bunch of open coded list iterator loops into list_for_each()
but it turns out some of them should have been list_for_each_safe().  Or
even better list_for_each_entry_safe().

Btw, someone should get rid of the get_list_head() function.

regards,
dan carpenter





[Index of Archives]     [Linux Driver Development]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux