mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
42813295df
Use list_first_entry_or_null() for first_region() and first_queue_range(). list_first_entry() expects the list is not empty, so first_region() and first_queue_range() never return NULL. Thus use list_first_entry_or_null() instead. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org> |
||
---|---|---|
.. | ||
qcom | ||
tegra | ||
ti | ||
versatile | ||
Kconfig | ||
Makefile |