Skip to content
Commit 1520081a authored by Jinjie Ruan's avatar Jinjie Ruan Committed by Helge Deller
Browse files

fbdev/core: Use list_for_each_entry() helper



Convert list_for_each() to list_for_each_entry() so that the pos
list_head pointer and list_entry() call are no longer needed, which
can reduce a few lines of code. No functional changed.

Signed-off-by: default avatarJinjie Ruan <ruanjinjie@huawei.com>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 87dfd85c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment