K 10 svn:author V 7 rnoland K 8 svn:date V 27 2008-10-13T17:52:41.843632Z K 7 svn:log V 266 The linux list compat code had an error which prevented list_for_each_safe() from operating on a list with a single item. This code is used much more by the i915 driver with xorg-7.4. Correct it to match the actual linux implementation. Approved by: jhb (mentor) END