diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2007-11-05 11:43:31 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-11-14 12:14:28 -0500 |
commit | ff102ea99099c36250e93a87a9794b5233801020 (patch) | |
tree | 19cf2ac073458b8337e9514589ad2c284407f50b /include/asm-powerpc | |
parent | f51e83916a0a022d3d0ea39ae2f877c703032923 (diff) |
ACPI: video - remove unsafe uses of list_for_each_safe()
list_for_each_safe() only protects list from list alterations
performed by the same thread. One still needs to implement
proper locking when list is being accessed from several threads.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Acked-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/asm-powerpc')
0 files changed, 0 insertions, 0 deletions