summaryrefslogtreecommitdiff
path: root/drivers/staging/xgifb/vb_init.c
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2013-05-17 16:27:05 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-05-17 15:05:07 -0700
commitf13ab92effb94c8fc5eade75f6f246facd7ef5be (patch)
treee34551bf50152610b473a9cf6ec146a55283efea /drivers/staging/xgifb/vb_init.c
parent49c144c8630573c5cf3534842ff30ce7232d9487 (diff)
staging: lustre: fix to use list_for_each_entry_safe() when delete items
Since we will remove items off the list using list_del_init() 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 <yongjun_wei@trendmicro.com.cn> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/xgifb/vb_init.c')
0 files changed, 0 insertions, 0 deletions