summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-pxa2xx.c
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2013-04-27 08:06:00 +0200
committerMark Brown <broonie@sirena.org.uk>2013-04-28 03:18:13 +0200
commitcd8d984f0def2a8c5733a9468634ec3e0feec03d (patch)
treefd089569eb9c1c6c02ecc4ab13eea455e4f3e961 /drivers/spi/spi-pxa2xx.c
parentspi-topcliff-pch: missing platform_driver_unregister() on error in pch_spi_in... (diff)
downloadlinux-cd8d984f0def2a8c5733a9468634ec3e0feec03d.tar.xz
linux-cd8d984f0def2a8c5733a9468634ec3e0feec03d.zip
spi-topcliff-pch: fix to use list_for_each_entry_safe() when delete list 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: Mark Brown <broonie@sirena.org.uk>
Diffstat (limited to 'drivers/spi/spi-pxa2xx.c')
0 files changed, 0 insertions, 0 deletions